Merge pull request #2573 from fantasticfears/patch-5

FIX: hidden helper class is important
This commit is contained in:
Régis Hanol
2014-07-23 10:08:20 +02:00

View File

@@ -22,11 +22,11 @@
.hide,
.hidden {
display: none;
display: none !important;
}
.invisible {
visibility: hidden;
visibility: hidden !important;
}
.sr-only {