MediaWiki:Monobook.css: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


dd {
dd {
float: left;
float: right;


}
}

Revision as of 14:22, 29 January 2008

/*
<pre>
*/

dl { display: block; margin-left: 20px; }

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

dd {
float: right;

}

/*
</pre>
*/