Difference between revisions of "MediaWiki:Monobook.css"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 5: Line 5:
 
         padding-right: 0;
 
         padding-right: 0;
 
}
 
}
#body.ns-0 h1.firstHeading { display: none; }
+
h1.firstHeading { display: none; }

Revision as of 01:20, 11 May 2009

/* CSS placed here will affect users of the Monobook skin */
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
        background: none;
        padding-right: 0;
}
h1.firstHeading { display: none; }