2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Undo important on hide/show utilties; punt to 3.0

This commit is contained in:
Mark Otto
2012-12-20 13:46:07 -08:00
parent b6575cc72e
commit 5e4f663e69
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6053,11 +6053,11 @@ a.badge:hover {
}
.hide {
display: none !important;
display: none;
}
.show {
display: block !important;
display: block;
}
.invisible {
+2 -2
View File
@@ -13,10 +13,10 @@
// Toggling content
.hide {
display: none !important;
display: none;
}
.show {
display: block !important;
display: block;
}
// Visibility