소스 검색

Fixed code element font size glitch due to browser user agent style sheet update

master
Said Achmiz 3 년 전
부모
커밋
58c4120984
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      papyrus.css

+ 4
- 0
papyrus.css 파일 보기

@@ -517,6 +517,10 @@ pre {
white-space: pre-wrap;
}

code {
font-size: inherit;
}

input {
font-size: inherit;
font-family: inherit;

Loading…
취소
저장