Difference between revisions of "MediaWiki:Vector.css"

From DarkWorld Network
Jump to navigation Jump to search
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,
#content,
footer {
#footer {
     margin-left: 11em;
     margin-left: 11em;
}
}
left-navigation {
#left-navigation {
     left: 11em;
     left: 11em;
}
}

Revision as of 07: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;
}