Difference between revisions of "MediaWiki:Common.css"

From Allotments4All

Jump to: navigation, 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; }")
 
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 .pBody {
 
  padding-top: 5px;
 
  padding-top: 5px;
 
  text-align:  center;
 
  text-align:  center;
 
}
 
}

Revision as of 14:45, 28 December 2013

/* 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;
}