Revert "FIX: hidden helper class is important"

This commit is contained in:
Régis Hanol 2014-07-23 12:25:09 +02:00
parent 4201a58a13
commit b9bd2ddda6
1 changed files with 2 additions and 2 deletions

View File

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