MediaWiki:Monobook.css: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
*/
*/


dl { display: table; }
dl { display: table; table-layout: fixed; }


dt {
dt {

Revision as of 14:11, 29 January 2008

/*
<pre>
*/

dl { display: table; table-layout: fixed; }

dt {
    display: table-row;
    font-weight:bold;
}

dd {
    display: table-cell;
}

/*
</pre>
*/