Explorar el Código

Make buttons use the font

master
Fen Dweller hace 4 años
padre
commit
cdabfd81ca
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      reset.css

+ 4
- 0
reset.css Ver fichero

@@ -34,6 +34,10 @@ input, select {
vertical-align: baseline;
box-sizing: border-box;
}

button {
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {


Cargando…
Cancelar
Guardar