diff options
-rw-r--r-- | gentoo_ads/ads/templates/ads.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gentoo_ads/ads/templates/ads.html b/gentoo_ads/ads/templates/ads.html index 198a5f0..efe8ed5 100644 --- a/gentoo_ads/ads/templates/ads.html +++ b/gentoo_ads/ads/templates/ads.html @@ -4,6 +4,10 @@ <title></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css"> + div.ads { + text-align: center; + width: 130px; + } div.ads a img { max-width: 125px; max-height: 125px; |