Difference between revisions of "MediaWiki:Common.css"
From Dog
(Created page with '→CSS placed here will be applied to all skins: #f-poweredbyico { display: none; }') |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#f-poweredbyico { display: none; } | #f-poweredbyico { display: none; } | ||
+ | #localNotice { | ||
+ | margin: 0; | ||
+ | border: 1px solid #ddd; | ||
+ | background-color: #f9f9f9; | ||
+ | } |
Latest revision as of 11:14, 1 October 2015
/* CSS placed here will be applied to all skins */ #f-poweredbyico { display: none; } #localNotice { margin: 0; border: 1px solid #ddd; background-color: #f9f9f9; }