diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/style3.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style3.css b/web/style3.css index 43af1fdc..b8661ce8 100644 --- a/web/style3.css +++ b/web/style3.css @@ -68,7 +68,7 @@ article footer.comm { margin: 13px 0 0 0; } article textarea { width: 530px; padding: 2px; resize: vertical; vertical-align: top; min-height: 12pt; height: 12pt; border: 0; } article input { width: 50px; margin-left: 6px; vertical-align: top; border: 1px solid #CCC; background: #EEE; color: #999; } -#yandex_ad_728 { width: 728px; height: 90px; margin: 20px 0 30px 0; } +#yandex_ad_728 { width: 728px; height: 90px; margin: 20px 0; padding: 15px 0; background: #FFF; } #geomap { width: 700px; height: 300px; margin-top: 1em; overflow: hidden; } |