aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-17 20:47:02 -0800
committerMark Otto <[email protected]>2012-02-17 20:47:02 -0800
commit1455bc9f8f288c112da4241d4dbb7549bcd81cd5 (patch)
tree42230d520470a330f8ef3a7d6faadeb680de5e9a
parentb559f2b8d05f4f5425e5ba6ec32e00fa99dd3b25 (diff)
downloadbootstrap-1455bc9f8f288c112da4241d4dbb7549bcd81cd5.tar.xz
bootstrap-1455bc9f8f288c112da4241d4dbb7549bcd81cd5.zip
removing duplicate reset filter since we changed the main button to use buttonBackground mixin, per #2024
-rw-r--r--docs/assets/bootstrap.zipbin53359 -> 53351 bytes
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/buttons.less1
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 4a303bd00..fd30c5c35 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 9de79ddb7..33ab32b09 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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,
diff --git a/less/buttons.less b/less/buttons.less
index 7b29f22bb..bdc1932ca 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -25,7 +25,6 @@
cursor: pointer;
// Give IE7 some love
- .reset-filter();
.ie7-restore-left-whitespace();
}