MediaWiki:Common.css: Difference between revisions

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


.custom_toc_wrapper {
.toco {
     float: left;
     float: left;
     padding-right: 10;
     padding-right: 10;

Revision as of 01:29, 25 March 2024

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

.toco {
    float: left;
    padding-right: 10;
}

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