Explorar el Código

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

master
Said Achmiz hace 3 años
padre
commit
58c4120984
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      papyrus.css

+ 4
- 0
papyrus.css Ver fichero

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

code {
font-size: inherit;
}

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

Cargando…
Cancelar
Guardar