Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Replaced content with "→CSS placed here will be applied to all skins: ") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | #footer { | ||
| + | background: #333333; | ||
| + | border-top: 2px double #3399FF; | ||
| + | clear: both; | ||
| + | } | ||
Revision as of 23:00, 11 March 2015
/* CSS placed here will be applied to all skins */
#footer {
background: #333333;
border-top: 2px double #3399FF;
clear: both;
}