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; table-layout: fixed; }
dl { display: block }


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


dd {
dd {
     display: table-cell;
     display: run-in;
}
}



Revision as of 14:12, 29 January 2008

/*
<pre>
*/

dl { display: block }

dt {
    display: list-item;
    font-weight:bold;
}

dd {
    display: run-in;
}

/*
</pre>
*/