Difference between revisions of "User:Markhurd/common.css"
(Try changing the content to see where it sorts) |
(Try changing the content to see where it sorts) |
||
| Line 4: | Line 4: | ||
} */ | } */ | ||
/* Temporarily hide the link for new links too */ | /* Temporarily hide the link for new links too */ | ||
| − | a.new { | + | a.new:before { |
| − | content: | + | content: "none" !important; |
} | } | ||
Revision as of 14:56, 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:before {
content: "none" !important;
}
