MediaWiki:Monobook.css: Difference between revisions

From MC Public Wiki
Jump to navigation Jump to search
(make border transparent on non-gallery thumbnails)
m (!important)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
.page-Main_Page .firstHeading{display:none;}
.page-Main_Page .firstHeading{display:none;}
.thumb{border-color:transparent;}
.thumb{border-color:transparent!important;}
.gallerybox .thumb{border-color:#ccc;}
.gallerybox .thumb{border-color:#ccc!important;}

Revision as of 06:32, 9 January 2011

/* CSS placed here will affect users of the Monobook skin */
.page-Main_Page .firstHeading{display:none;}
.thumb{border-color:transparent!important;}
.gallerybox .thumb{border-color:#ccc!important;}