MediaWiki:Common.css: Difference between revisions

From The Hidden Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
     float: right;
     float: right;
     clear: both;
     clear: both;
     margin-right: 2.0em;
     margin-right: 0;
    border: 1px solid #a2a9b1;
    padding: 7px;
}
}

Latest revision as of 16:55, 22 February 2026

/* CSS placed here will be applied to all skins */
#toc {
    float: right;
    clear: both;
    margin-right: 0;
    border: 1px solid #a2a9b1;
    padding: 7px;
}