MediaWiki:Common.css: Difference between revisions

From ShawnReevesWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
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;
}
}

Latest revision as of 09:57, 10 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;
}