Procházet zdrojové kódy

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

master
Said Achmiz před 3 roky
rodič
revize
58c4120984
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      papyrus.css

+ 4
- 0
papyrus.css Zobrazit soubor

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

code {
font-size: inherit;
}

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

Načítá se…
Zrušit
Uložit