MediaWiki:Vector.css: Difference between revisions

From Green Policy
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
}
}


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

Revision as of 13:35, 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;
}