Bureaucrats, confirmed, developer, Administrators
197
edits
No edit summary |
(make AdSense not collapsible) |
||
Line 22: | Line 22: | ||
div.vectorTabs li.new a:visited { | div.vectorTabs li.new a:visited { | ||
color: #a55858; /* light red */ | color: #a55858; /* light red */ | ||
} | |||
/* force the display of the contents of the section */ | |||
#p-googleadsense .body { | |||
display:block !important; | |||
} | |||
/* Option 2: just hide the arrow in the header */ | |||
#p-googleadsense h3 { | |||
background:none !important; | |||
} | } |