diff options
| author | Jacob Thornton <[email protected]> | 2012-07-24 00:49:19 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-07-24 00:49:19 -0700 |
| commit | e2fc202df2a5ff0da156904f1574e1620bee5184 (patch) | |
| tree | 5c4458d9124406368a6e84282ba080be191b2a4a /less/utilities.less | |
| parent | c98b75c97949c34be62b63e79fa517347df35018 (diff) | |
| parent | 394922a1bfe3360b20aea29e8ffe22133f56b908 (diff) | |
| download | bootstrap-e2fc202df2a5ff0da156904f1574e1620bee5184.tar.xz bootstrap-e2fc202df2a5ff0da156904f1574e1620bee5184.zip | |
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
Diffstat (limited to 'less/utilities.less')
| -rw-r--r-- | less/utilities.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/less/utilities.less b/less/utilities.less index b020e1c1b..5eef70fe7 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -12,12 +12,11 @@ } // Toggling content -// Uses `!important` for proper specifity over things like form controls .hide { - display: none !important; + display: none; } .show { - display: block !important; + display: block; } // Visibility |
