MediaWiki:Common.css: Difference between revisions

From Citizens Wiki

No edit summary
No edit summary
Line 12: Line 12:


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

Revision as of 11:40, 21 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;

}