MediaWiki:Common.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Rubin110 (talk | contribs)
No edit summary
Rubin110 (talk | contribs)
No edit summary
Line 4: Line 4:


#footer {
#footer {
border-top: 1px solid #ccc;
border-top: 1px solid #aaa;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #aaa;
}
}

Revision as of 19:00, 26 September 2009

/** CSS placed here will be applied to all skins */

body { background: #d9d9d9 }

#footer {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}