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
commit 4201a58a13
1 changed files with 2 additions and 2 deletions

View File

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