MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
float: left; | float: left; | ||
clear: left; | clear: left; | ||
} | } | ||
Line 28: | Line 27: | ||
padding: 2px; | padding: 2px; | ||
clear: right; | clear: right; | ||
width: 400px; | /* width: 400px; */ | ||
} | } | ||
Revision as of 17:00, 29 January 2008
/* <pre> */ 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> */