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...")
 
(Solve horizontal bar issue)
Line 22: Line 22:
  
 
#left-navigation {
 
#left-navigation {
     left: 13em;
+
     margin-left: 13em;
 
}
 
}

Revision as of 16:55, 20 March 2020

/* 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 {
    margin-left: 13em;
}