Difference between revisions of "MediaWiki:Vector.css"

From Anitra Support
Jump to: navigation, search
Line 13: Line 13:
 
#content {
 
#content {
 
     margin-left: 1em;
 
     margin-left: 1em;
 +
}
 +
 +
#footer {
 +
    margin-left: 1em !important;
 
}
 
}

Revision as of 15:27, 11 July 2018

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

#left-navigation
{
    margin-left: 1em !important;
}

div#mw-panel
{
    display: none;
}

#content {
    margin-left: 1em;
}

#footer {
    margin-left: 1em !important;
}