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 > ul {
#toc > ul {
     float: left;
     float: left;
     padding-right: 10 !important;
     padding-right: 10 !important;

Revision as of 01:12, 25 March 2024

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

#toc > ul {
    float: left;
    padding-right: 10 !important;
}

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