MediaWiki:Common.css: Difference between revisions

From ShawnReevesWiki
Jump to navigationJump to search
Created page with 'CSS placed here will be applied to all skins: Pad Google AdSense box in portlet in sidebar: #p-googleadsense .pBody { padding-top: 5px; text-align: center; }'
 
No edit summary
Line 4: Line 4:
     padding-top: 5px;
     padding-top: 5px;
     text-align:  center;
     text-align:  center;
}
TD {
font: 3em Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}
}

Revision as of 22:51, 9 December 2011

/* CSS placed here will be applied to all skins */
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}
TD {
font: 3em Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}