6,534
edits
Changes
created
/* CSS placed here will affect users of the Vector skin */
/* OpenVZ colors */
#content {
background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
background-position: top left;
background-repeat: repeat-y;
background-color: white;
}
div.vectorTabs li a {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-position: bottom right;
background-repeat: no-repeat;
}
/* OpenVZ colors */
#content {
background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
background-position: top left;
background-repeat: repeat-y;
background-color: white;
}
div.vectorTabs li a {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-position: bottom right;
background-repeat: no-repeat;
}