MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
*/ | */ | ||
dl { display: table; } | |||
dt { | dt { | ||
display: | display: table-row; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
dd { | dd { | ||
display: | display: table-cell; | ||
} | } | ||
Revision as of 16:08, 29 January 2008
/* <pre> */ dl { display: table; } dt { display: table-row; font-weight:bold; } dd { display: table-cell; } /* </pre> */