2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +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
+3 -2
View File
@@ -4021,6 +4021,7 @@ fieldset[disabled] .navbar-inverse .btn-navbar {
top: 10%;
left: 50%;
z-index: 1050;
display: none;
width: 560px;
margin-left: -280px;
background-color: #fff;
@@ -4911,11 +4912,11 @@ a.badge:hover {
}
.hide {
display: none;
display: none !important;
}
.show {
display: block;
display: block !important;
}
.invisible {