<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Stylesheet for GoogleAdsense extension.
*
* This should be added to [[MediaWiki:Common.css]] page when installing this
* extension and should not be modified. You may modify the CSS code on the
* MediaWiki:Common.css page to adjust padding, alignment, etc.
*
* @file
* @ingroup Extensions
*/

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