A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

MediaWiki:Common.css: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Disable anonnotice on the FAQ page.)
(No difference)

Revision as of 00:37, 4 December 2013

/* CSS placed here will be applied to all skins */

/* Disable the anonnotice on certain high-traffic pages. */
.page-FAQ #anonNotice {
    display: none;
}