Difference between revisions of "MediaWiki:Common.css"
From Akvopedia
Line 16: | Line 16: | ||
#content { | #content { | ||
− | border | + | border: 1px solid #aaaaaa; |
} | } |
Revision as of 22:31, 9 August 2007
/** CSS placed here will be applied to all skins */ body { background: #e6e9ed; } /* remove the logo */ #p-logo { display: none; } /* change padding to move left column up */ #column-one { padding-top: 3em; } #content { border: 1px solid #aaaaaa; }