Make hide-if-no-js and hide-if-js important, props solarissmoke, fixes #16810

git-svn-id: https://develop.svn.wordpress.org/trunk@18664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-13 02:52:02 +00:00
parent 226635ed73
commit bcb073c403
3 changed files with 7 additions and 4 deletions

View File

@@ -215,10 +215,13 @@ TABLE OF CONTENTS:
}
.hidden,
.js .closed .inside,
.js .closed .inside {
display: none;
}
.js .hide-if-js,
.no-js .hide-if-no-js {
display: none;
display: none !important;
}
/* include margin and padding in the width calculation of input and textarea */