diff options
| author | Mark Otto <[email protected]> | 2012-12-20 13:46:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 13:46:07 -0800 |
| commit | 5e4f663e699d6c03cf6c778d39ecac6cb949e285 (patch) | |
| tree | fdd43aefa7d97280d1dd6beae98f22cdff2c0150 /less | |
| parent | b6575cc72e144378dd2c1d4e6f23ac80a167c195 (diff) | |
| download | bootstrap-5e4f663e699d6c03cf6c778d39ecac6cb949e285.tar.xz bootstrap-5e4f663e699d6c03cf6c778d39ecac6cb949e285.zip | |
Undo important on hide/show utilties; punt to 3.0
Diffstat (limited to 'less')
| -rw-r--r-- | less/utilities.less | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
