MediaWiki:Vector.css: Difference between revisions

From Green Policy
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-page-base { background: none; } .vectorTabs li { background: white; }")
 
No edit summary
Line 5: Line 5:


.vectorTabs li {
.vectorTabs li {
background: white;
  background-image: none;
  background: white;
}
}

Revision as of 13:30, 28 March 2014

/* CSS placed here will affect users of the Vector skin */
#mw-page-base {
  background: none;
}

.vectorTabs li {
  background-image: none;
  background: white;
}