aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-06-18 05:42:21 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-06-18 05:42:21 +0000
commit7e2486c31de844429049be199d1099f6e0a9f9a6 (patch)
treec46cd9c8ddceb14d8b1b54ee8fca939633073c17
parentTweak layout style to match old sidebar much closer. Left/right spacing is no... (diff)
downloadgentoo-ads-7e2486c31de844429049be199d1099f6e0a9f9a6.tar.gz
gentoo-ads-7e2486c31de844429049be199d1099f6e0a9f9a6.tar.bz2
gentoo-ads-7e2486c31de844429049be199d1099f6e0a9f9a6.zip
Fixup whitespace.
-rw-r--r--gentoo_ads/ads/templates/ads.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gentoo_ads/ads/templates/ads.html b/gentoo_ads/ads/templates/ads.html
index b5b550d..bfc4f12 100644
--- a/gentoo_ads/ads/templates/ads.html
+++ b/gentoo_ads/ads/templates/ads.html
@@ -8,9 +8,9 @@
text-align: center;
width: 125px;
}
- div.ads, body {
- margin: 0;
- padding: 0;
+ div.ads, body {
+ margin: 0;
+ padding: 0;
}
div.ads a img {
max-width: 125px;
@@ -34,7 +34,7 @@
<hr />
<a href="{{ad.url}}"><img src="{{ MEDIA_URL }}{{ ad.img }}" alt="{{ ad.title|slice:":50" }}" title="{{ ad.title|slice:":50" }}" height="{{ ad.height }}" width="{{ ad.width }}" /></a>
{% endfor %}
- <hr />
+ <hr />
</div>
</body>
-</html> \ No newline at end of file
+</html>