MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
*/ | */ | ||
dt { | |||
font-weight: bold; | |||
} | |||
dd:before { | |||
content: " - "; | |||
font-weight: bold; | |||
} | |||
/* | |||
dl {display: block; margin-left: 20px; width: 100%; clear: both;} | dl {display: block; margin-left: 20px; width: 100%; clear: both;} | ||
dl:after { | dl:after { | ||
Line 27: | Line 36: | ||
padding: 2px; | padding: 2px; | ||
clear: right; | clear: right; | ||
width: 400px; | |||
} | } | ||
*/ | |||
/* | /* | ||
</pre> | </pre> | ||
*/ | */ |
Revision as of 17:02, 29 January 2008
/* <pre> */ dt { 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> */