MediaWiki:Common.css: Difference between revisions

From BoneDexter
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.toc {
#toc {
     float: left;
     float: left;
     padding: 0 10 5 0;
     padding: 0 10 5 0;

Revision as of 21:33, 24 March 2024

/* CSS placed here will be applied to all skins */

#toc {
    float: left;
    padding: 0 10 5 0;
}

.inline_block_display {
    display: inline-block;
    padding: 5 10 5 10;
}