Difference between revisions of "MediaWiki:Common.css"

From BoofCV
Jump to navigationJump to search
m (added adsense)
 
m
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Pad Google AdSense box in portlet in sidebar */
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
#p-googleadsense .body {
     padding-top: 5px;
     padding-top: 5px;
     text-align:  center;
     text-align:  center;
}
}

Latest revision as of 16:50, 24 November 2011

/* CSS placed here will be applied to all skins */
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .body {
    padding-top: 5px;
    text-align:  center;
}