2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add important flag to .show/.hide utility classes; remove .hide requirement from modals

This commit is contained in:
Mark Otto
2012-12-20 13:53:38 -08:00
parent a5e04c0799
commit 6bd5dc7d9f
5 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -21,10 +21,10 @@
// -------------------------
.hide {
display: none;
display: none !important;
}
.show {
display: block;
display: block !important;
}
.invisible {
visibility: hidden;