Updated src/buttons/css/buttons.css to fix Issue #191 in yui/pure

http://git.io/PbMz2g
This commit is contained in:
Achal Varma 2013-09-13 13:53:30 -05:00
parent 79411aea8c
commit ff443fb124

View File

@ -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 */