Difference between revisions of "MediaWiki:Common.css"

From Creative Commons
Jump to: navigation, search
(New page: CSS placed here will be applied to all skins: .floatleft { float: left; margin-right: 1em; } .floatright { float: right; margin-left: 1em; } .containerBox { overflow: auto; })
(No difference)

Revision as of 19:42, 5 May 2009

/* CSS placed here will be applied to all skins */
.floatleft { float: left; margin-right: 1em; }
.floatright { float: right; margin-left: 1em; }

.containerBox { overflow: auto; }