MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
dt { | dt { | ||
display: run-in; | |||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 17:04, 29 January 2008
/* <pre> */ dt { display: run-in; font-weight: bold; } dd:before { content: " - "; font-weight: bold; } /* dl {display: block; margin-left: 20px; width: 100%; clear: both;} dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } dt { display: block; font-weight: bold; width: 200px; padding: 2px; float: left; clear: left; } dd { display: block; float: left; margin: 0; padding: 2px; clear: right; width: 400px; } */ /* </pre> */