Difference between revisions of "MediaWiki:Vector.css"
From Atheism United
(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;...") |
|||
Line 8: | Line 8: | ||
#p-googleadsense h3 { | #p-googleadsense h3 { | ||
display:block; | display:block; | ||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 02:55, 12 August 2014
/* 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; }