MediaWiki:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
 
(clean front page up...)
Line 3: Line 3:
/* Italicize redirects in [[Special:Allpages]] */
/* Italicize redirects in [[Special:Allpages]] */
.allpagesredirect { font-style: italic; }
.allpagesredirect { font-style: italic; }
/* No page name on main page (en) */
body.page-Welcome h1.firstHeading {
display: none;
}

Revision as of 16:37, 27 July 2010

/* text placed here will affect all skins */

/* Italicize redirects in [[Special:Allpages]] */
.allpagesredirect { font-style: italic; }

/* No page name on main page (en) */
 body.page-Welcome h1.firstHeading {
 	display: none;
 }