MediaWiki:Vector.css

From VitruvianFACTS
Revision as of 13:48, 27 May 2016 by Justin (talk | contribs) (Created page with "CSS placed here will affect users of the Vector skin: force the display of the contents of the section: #p-googleadsense .body { display:block !important; } /* Op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */

/* force the display of the contents of the section */
#p-googleadsense  .body {
	display:block !important;
}
/* Option 1: hide the header */
#p-googleadsense h3 {
	display:block;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
	background:none !important;
}