1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

removing duplicate reset filter since we changed the main button to use buttonBackground mixin, per #2024

This commit is contained in:
Mark Otto 2012-02-17 20:47:02 -08:00
parent b559f2b8d0
commit 1455bc9f8f
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -1737,7 +1737,6 @@ table .span12 {
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
*margin-left: .3em;
}
.btn:hover,

View file

@ -25,7 +25,6 @@
cursor: pointer;
// Give IE7 some love
.reset-filter();
.ie7-restore-left-whitespace();
}