Difference between revisions of "MediaWiki:Common.css"

From Floating Charts Wiki
Jump to navigation Jump to search
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;		
}