MediaWiki:Vector.css: Difference between revisions

From UrologySchool.com
Jump to navigation Jump to search
Created page with "→‎All CSS here will be loaded for users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }"
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 12: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;
}