copy edits and tweaks to utility classes to ensure they always are specific enough

This commit is contained in:
Mark Otto
2012-07-13 14:43:51 -07:00
parent 463de252a9
commit 750badabf7
5 changed files with 11 additions and 6 deletions

View File

@@ -12,11 +12,12 @@
}
// Toggling content
// Uses `!important` for proper specifity over things like form controls
.hide {
display: none;
display: none !important;
}
.show {
display: block;
display: block !important;
}
// Visibility