MediaWiki:Vector.css: Difference between revisions

From All About Dragons
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
#content,
#content, #footer { margin-left: 11em; }
#footer {
#left-navigation { left: 21em; }
    margin-left: 11em;
}
#left-navigation {
    left: 11em;
}

Latest revision as of 08:26, 10 August 2022

#content,
#footer {
    margin-left: 11em;
}
#left-navigation {
    left: 11em;
}