Difference between revisions of "MediaWiki:Vector.css"

From Open Food Facts wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: div#content { margin-left: 13em; } #mw-head-base { margin-left: 13em; } #p-logo { width: 12em; } #p-logo...")
(No difference)

Revision as of 15:47, 14 October 2013

/* CSS placed here will affect users of the Vector skin */

div#content {
margin-left: 13em;
}

#mw-head-base {
    margin-left: 13em;
}

#p-logo {
    width: 12em;
}

#p-logo a {
width: 12em;
}

#p-personal ul {
    padding-left: 13em;
}

#left-navigation {
    left: 13em;
}