Difference between revisions of "User:Markhurd/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Try changing the content to see where it sorts)
(Sorting is based upon data, not css)
Line 1: Line 1:
/* 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;
 
}
 

Revision as of 14:58, 12 April 2013