diff options
| author | Mark Otto <[email protected]> | 2012-02-17 20:47:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-17 20:47:02 -0800 |
| commit | 1455bc9f8f288c112da4241d4dbb7549bcd81cd5 (patch) | |
| tree | 42230d520470a330f8ef3a7d6faadeb680de5e9a | |
| parent | b559f2b8d05f4f5425e5ba6ec32e00fa99dd3b25 (diff) | |
| download | bootstrap-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.zip | bin | 53359 -> 53351 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/buttons.less | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 4a303bd00..fd30c5c35 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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(); } |
