MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
body { background: # | body { background: #d9d9d9 } | ||
#footer { | #footer { | ||
border-top: #ccc; | |||
border-top: | border-bottom: #ccc; | ||
border-bottom: | |||
} | } | ||
Revision as of 18:59, 26 September 2009
/** CSS placed here will be applied to all skins */
body { background: #d9d9d9 }
#footer {
border-top: #ccc;
border-bottom: #ccc;
}