Difference between revisions of "MediaWiki:Common.css"
From Akvopedia
(New page: →* CSS placed here will be applied to all skins: body { background: #e6e9ed; }) |
|||
Line 3: | Line 3: | ||
body { | body { | ||
background: #e6e9ed; | background: #e6e9ed; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | display: none; | ||
} | } |
Revision as of 13:10, 27 July 2007
/** CSS placed here will be applied to all skins */ body { background: #e6e9ed; } #p-logo { display: none; }