Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .floatleft { float: left; margin-right: | + | .floatleft { float: left; margin-right: 10px; } |
− | .floatright { float: right; margin-left: | + | .floatright { float: right; margin-left: 10px; } |
.containerBox, .exploreBox { overflow: auto; } | .containerBox, .exploreBox { overflow: auto; } |
Revision as of 19:33, 5 May 2009
/* CSS placed here will be applied to all skins */ .floatleft { float: left; margin-right: 10px; } .floatright { float: right; margin-left: 10px; } .containerBox, .exploreBox { overflow: auto; } .exploreBox { padding: 0.75em; margin-bottom: 1.5em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .exploreBox p { margin-left: 160px; }