aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>