Sfoglia il codice sorgente

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

master
Said Achmiz 3 anni fa
parent
commit
58c4120984
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      papyrus.css

+ 4
- 0
papyrus.css Vedi File

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

code {
font-size: inherit;
}

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

Loading…
Annulla
Salva