mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Updated src/buttons/css/buttons.css to fix Issue #191 in yui/pure
http://git.io/PbMz2g
This commit is contained in:
parent
79411aea8c
commit
ff443fb124
@ -4,7 +4,7 @@
|
||||
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 */
|
||||
padding: 0.5em 1.5em 0.5em;
|
||||
padding: 0.5em;
|
||||
color: #444; /* rgba not supported (IE 8) */
|
||||
color: rgba(0, 0, 0, 0.80); /* rgba supported */
|
||||
*color: #444; /* IE 6 & 7 */
|
||||
|
Loading…
Reference in New Issue
Block a user