mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Undo important on hide/show utilties; punt to 3.0
This commit is contained in:
+2
-2
@@ -13,10 +13,10 @@
|
||||
|
||||
// Toggling content
|
||||
.hide {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
.show {
|
||||
display: block !important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
// Visibility
|
||||
|
||||
Reference in New Issue
Block a user