Difference between revisions of "MediaWiki:Vector.css"

From SimCity Wiki
Jump to: navigation, search
Line 9: Line 9:
 
#left-navigation {  
 
#left-navigation {  
 
             left: 12em;  
 
             left: 12em;  
 +
}
 +
 +
div.portal {
 +
  /* padding-bottom: 1.5em; */
 
}
 
}
  
 
/* background colors and whatnot */
 
/* background colors and whatnot */

Revision as of 18:18, 5 June 2015

/* CSS placed here will affect users of the Vector skin */
/* widen the sidebar */
div#mw-panel { 
             width: 12em; 
}
div#footer, #mw-head-base, div#content { 
             margin-left: 12em; 
}
#left-navigation { 
             left: 12em; 
}

div.portal {
  /* padding-bottom: 1.5em; */
}

/* background colors and whatnot */