Make selector to hide text added when ads are blocked more specific

It was blocking the Catalog Settings save button.
This commit is contained in:
ccd0 2014-08-25 19:39:43 -07:00
parent 4a791c707f
commit b57c23336d

View File

@ -89,7 +89,7 @@ a {
[hidden] {
display: none !important;
}
div.center:not(.ad-cnt) {
hr ~ div.center:not(.ad-cnt) {
display: none !important;
}
.page-num {