mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-10 21:44:43 +00:00
26 lines
454 B
CSS
26 lines
454 B
CSS
|
|
.discourse-google-dfp {
|
|
padding: 3px;
|
|
margin-bottom: 10px;
|
|
clear: both;
|
|
}
|
|
|
|
.discourse-google-dfp .dfp-ad-unit {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.discourse-google-dfp .google-dfp-ad-label {
|
|
width: 728px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.discourse-google-dfp .google-dfp-ad-label h2 {
|
|
margin: 4px 0 !important;
|
|
color: #858a8c;
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-weight: normal;
|
|
}
|
|
|