MediaWiki:Common.css: Difference between revisions

From Citizens Wiki

(Undo revision 804 by NeonMaster (talk))
No edit summary
Line 18: Line 18:
       margin: 0px;
       margin: 0px;


}
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}
}

Revision as of 16:24, 24 February 2012

/* CSS placed here will be applied to all skins */

#p-logo {

        height: 210px;
        margin-top: 0px;
        clear: both;
        margin-bottom: -160px;
        position: relative;
        padding: 0px;


}
#p-logo a, #p-logo a:hover {
       height: 210px;
       clear: both;
      padding: 0px;
      margin: 0px;

}

/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}