Difference between revisions of "User:Markhurd/common.css"
(Temporarily hide new links) |
(Try emphasising the change...) |
||
| Line 5: | Line 5: | ||
/* Temporarily hide the link for new links too */ | /* Temporarily hide the link for new links too */ | ||
a:(.new) { | a:(.new) { | ||
| − | display: none; | + | display: none !important; |
} | } | ||
Revision as of 14:34, 12 April 2013
/* From MediaWiki:Common.css: Don't show create link for articles that already exist */
/* a:not(.new) + span.create {
display: none;
} */
/* Temporarily hide the link for new links too */
a:(.new) {
display: none !important;
}
