(Created page with "→‎CSS placed here will affect users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }")
 
No edit summary
Line 3: Line 3:
#content,
#content,
#footer {
#footer {
     margin-left: 11em;
     margin-left: 101em;
}
}
#left-navigation {
#left-navigation {
     left: 11em;
     left: 11em;
}
}

Revision as of 04:08, 18 December 2015

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

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