MediaWiki:Vector.css: Difference between revisions

From UrologySchool.com
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* increase Vector sidebar width to accommodate ads */
#content,
div#mw-panel { width: 12em; }
#footer {
div#p-Ads div.body {margin: 0em !important; }
    margin-left: 11em;
div#footer, #mw-head-base, div#content { margin-left: 12em; }
}
#left-navigation { margin-left: 12em; }
#left-navigation {
    left: 11em;
}

Latest revision as of 13:20, 17 March 2024

/* All CSS here will be loaded for users of the Vector skin */
#content,
#footer {
    margin-left: 11em;
}
#left-navigation {
    left: 11em;
}