Difference between revisions of "MediaWiki:Vector.css"

From SMT: Dx2 Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }")
 
(No difference)

Latest revision as of 15:44, 25 February 2019

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