MediaWiki:Vector.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Created page with "CSS placed here will affect users of the Vector skin: #p-googleadsense .body { display:block !important; }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#p-googleadsense  .body {
#p-googleadsense  .body {
         display:block !important;
         display:block !important;
}
}

Latest revision as of 00:03, 13 July 2014

/* CSS placed here will affect users of the Vector skin */

#p-googleadsense  .body {
        display:block !important;
}