mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
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:
parent
ea37411518
commit
2ed11acb47
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user