aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-20 13:46:07 -0800
committerMark Otto <[email protected]>2012-12-20 13:46:07 -0800
commit5e4f663e699d6c03cf6c778d39ecac6cb949e285 (patch)
treefdd43aefa7d97280d1dd6beae98f22cdff2c0150
parentb6575cc72e144378dd2c1d4e6f23ac80a167c195 (diff)
downloadbootstrap-5e4f663e699d6c03cf6c778d39ecac6cb949e285.tar.xz
bootstrap-5e4f663e699d6c03cf6c778d39ecac6cb949e285.zip
Undo important on hide/show utilties; punt to 3.0
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/utilities.less4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 5b9b4b34a..785d989c1 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6053,11 +6053,11 @@ a.badge:hover {
}
.hide {
- display: none !important;
+ display: none;
}
.show {
- display: block !important;
+ display: block;
}
.invisible {
diff --git a/less/utilities.less b/less/utilities.less
index b818ea536..314b4ffdb 100644
--- a/less/utilities.less
+++ b/less/utilities.less
@@ -13,10 +13,10 @@
// Toggling content
.hide {
- display: none !important;
+ display: none;
}
.show {
- display: block !important;
+ display: block;
}
// Visibility