diff options
author | Matthew Summers <matthew.summers@liquidustech.com> | 2010-07-07 14:56:59 -0500 |
---|---|---|
committer | Matthew Summers <matthew.summers@liquidustech.com> | 2010-07-07 14:56:59 -0500 |
commit | 82c0139c153f2e0260e5c21e3fde228b45489d3a (patch) | |
tree | 886a84ae6d95417c54a9193ab2cf374f0c153ce5 | |
parent | Fixup whitespace. (diff) | |
download | gentoo-ads-82c0139c153f2e0260e5c21e3fde228b45489d3a.tar.gz gentoo-ads-82c0139c153f2e0260e5c21e3fde228b45489d3a.tar.bz2 gentoo-ads-82c0139c153f2e0260e5c21e3fde228b45489d3a.zip |
CSS change to fix for <=IE7
Minor addition of background-color:#dddaec; to div.ads,body{}
-rw-r--r-- | gentoo_ads/ads/templates/ads.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gentoo_ads/ads/templates/ads.html b/gentoo_ads/ads/templates/ads.html index bfc4f12..d73873b 100644 --- a/gentoo_ads/ads/templates/ads.html +++ b/gentoo_ads/ads/templates/ads.html @@ -11,6 +11,7 @@ div.ads, body { margin: 0; padding: 0; + background-color: #DDDAEC; } div.ads a img { max-width: 125px; |