summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <florianraemisch@web.de>2012-01-23 22:13:08 +0100
committerFlorian <florianraemisch@web.de>2012-01-23 22:13:08 +0100
commit0053893fe88f821e9d5bdb8ea59524234d96d94a (patch)
tree77f483b0beafd85e1d027b98c7702925141ca77c
parente2be12af061b667a334d346cc0d68631f275f4fa (diff)
djangobanner now has contentimage class
-rw-r--r--sublab_project/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index 8102259..7368022 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -116,7 +116,7 @@
</p>
<hr>
<p class="centeredImage topMargin">
- <a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django." /></a>
+ <a href="http://www.djangoproject.com/"><img class="contentimage" src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django." /></a>
</p>
</div>