Difference between revisions of "MediaWiki:Common.css"
| Line 14: | Line 14: | ||
border:1px solid #c0c0c0; | border:1px solid #c0c0c0; | ||
} | } | ||
| + | |||
| + | .jurList li { | ||
| + | width:13%; | ||
| + | display:inline-block; | ||
| + | | | ||
Revision as of 20:53, 12 July 2010
/* 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; }
.printfooter { display:none }
.jurImage img {
border:1px solid #c0c0c0;
}
.jurList li {
width:13%;
display:inline-block;
|