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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-09-13 02:52:02 +00:00
parent c9301a30be
commit 01d0ae4ad9
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

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 */