Same height for pure-button when using custom fonts

When using custom fonts, buttons (a and input) don't have the same
height (issue #221).
This commit is contained in:
Narcis Radu 2013-10-18 11:14:25 +03:00
parent ea37411518
commit 2ed11acb47

View File

@ -1,6 +1,7 @@
/*csslint unqualified-attributes:false, outline-none:false*/
.pure-button {
font-family: inherit;
font-size: 100%;
*font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
*overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */