mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-22 03:26:01 +00:00
32 lines
396 B
CSS
32 lines
396 B
CSS
|
|
.google-dfp-ad {
|
|
padding: 3px;
|
|
margin-bottom: 10px;
|
|
clear: both;
|
|
}
|
|
|
|
.google-dfp-ad .dfp-ad-unit {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.google-adsense {
|
|
padding: 3px;
|
|
margin-bottom: 10px;
|
|
clear: both;
|
|
}
|
|
|
|
.google-adsense .adsense-unit {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.amazon-product-links {
|
|
padding: 3px;
|
|
margin-bottom: 10px;
|
|
clear: both;
|
|
}
|
|
|
|
.amazon-product-links .amazon-unit {
|
|
margin: 0 auto;
|
|
}
|
|
|