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-right: 10 !important;
     padding-right: 10 !important;

Revision as of 01:10, 25 March 2024

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

.toc {
    float: left;
    padding-right: 10 !important;
}

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