Difference between revisions of "MediaWiki:Common.css"
(13 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
.containerBox, .exploreBox { overflow: auto; } | .containerBox, .exploreBox { overflow: auto; } | ||
− | |||
− | |||
− | |||
− | |||
.printfooter { display:none } | .printfooter { display:none } | ||
− | + | .jurImage img { | |
− | + | border:1px solid #c0c0c0; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | li.jurList { | |
− | display:block; | + | display:inline-block; |
} | } |
Latest revision as of 18:12, 2 September 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; } .printfooter { display:none } .jurImage img { border:1px solid #c0c0c0; } li.jurList { display:inline-block; }