MediaWiki:Vector.css: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
Error (talk | contribs)
No edit summary
No edit summary
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 */
content,
footer {
    margin-left: 11em;
}
left-navigation {
    left: 11em;
}

Revision as of 06:23, 19 August 2022

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