Difference between revisions of "MediaWiki:Monobook.css"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
 
#bodyContent a.external,
 
#bodyContent a.external,
#bodyContent a[href ^="http://"] {
+
#bodyContent a[href ^="gopher://"] {
 
         background: none;
 
         background: none;
 
         padding-right: 0;
 
         padding-right: 0;
 
}
 
}

Revision as of 10:02, 30 March 2009

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