MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
dd { | dd { | ||
display: inline; | display: inline; | ||
margin-left: none; | |||
} | } | ||
Revision as of 17:16, 29 January 2008
/* <pre> */ dt { display: list-item; font-weight: bold; } dd:before { content: " - "; display: inline; font-weight: bold; } dd { display: inline; margin-left: none; } /* 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> */