Skip to content

Commit

Permalink
Same height for pure-button when using custom fonts
Browse files Browse the repository at this point in the history
When using custom fonts, buttons (a and input) don't have the same
height (issue #221).
  • Loading branch information
Narcis Radu committed Oct 18, 2013
1 parent ea37411 commit 2ed11ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buttons/css/buttons.css
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 2ed11ac

Please sign in to comment.