User:Markhurd/common.css

Explain xkcd: It's 'cause you're dumb.
< User:Markhurd
Revision as of 14:36, 12 April 2013 by Markhurd (talk | contribs) (Still trying...)
Jump to: navigation, search
/* 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;
}