2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixes #6339: Use important flag on .hide and .show utility classes

This commit is contained in:
Mark Otto
2012-12-20 01:30:32 -08:00
parent c00f29e4d4
commit f706acb11c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6053,11 +6053,11 @@ a.badge:hover {
}
.hide {
display: none;
display: none !important;
}
.show {
display: block;
display: block !important;
}
.invisible {