diff options
author | Matthew Summers <matthew.summers@liquidustech.com> | 2010-05-21 16:48:08 -0500 |
---|---|---|
committer | Matthew Summers <matthew.summers@liquidustech.com> | 2010-05-21 16:48:08 -0500 |
commit | 5ed189bf2ae97523b517c2e474d7db91d5d150bb (patch) | |
tree | 1babf380a36d110b42f5a354a1047cb89c49b43f | |
parent | styles to make it prettier (for www.g.o) (diff) | |
download | gentoo-ads-5ed189bf2ae97523b517c2e474d7db91d5d150bb.tar.gz gentoo-ads-5ed189bf2ae97523b517c2e474d7db91d5d150bb.tar.bz2 gentoo-ads-5ed189bf2ae97523b517c2e474d7db91d5d150bb.zip |
minor style addition
-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; |