From 024e036c2c4304cfa992cf7f868150afbf857aac Mon Sep 17 00:00:00 2001 From: James Alley Date: Mon, 2 Feb 2015 16:48:59 -0800 Subject: [PATCH] removing some old ie cruft --- src/buttons/css/buttons.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/buttons/css/buttons.css b/src/buttons/css/buttons.css index 6e1f675..92ed952 100644 --- a/src/buttons/css/buttons.css +++ b/src/buttons/css/buttons.css @@ -3,12 +3,9 @@ .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 */ padding: 0.5em 1em; color: #444; /* rgba not supported (IE 8) */ color: rgba(0, 0, 0, 0.80); /* rgba supported */ - *color: #444; /* IE 6 & 7 */ border: 1px solid #999; /*IE 6/7/8*/ border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/ background-color: #E6E6E6;