aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parentb6575cc72e144378dd2c1d4e6f23ac80a167c195 (diff)
downloadbootstrap-5e4f663e699d6c03cf6c778d39ecac6cb949e285.tar.xz
bootstrap-5e4f663e699d6c03cf6c778d39ecac6cb949e285.zip
Undo important on hide/show utilties; punt to 3.0
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 2 insertions, 2 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 {