diff options
author | Florian <florianraemisch@web.de> | 2012-01-23 22:13:08 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2012-01-23 22:13:08 +0100 |
commit | 0053893fe88f821e9d5bdb8ea59524234d96d94a (patch) | |
tree | 77f483b0beafd85e1d027b98c7702925141ca77c /sublab_project | |
parent | e2be12af061b667a334d346cc0d68631f275f4fa (diff) |
djangobanner now has contentimage class
Diffstat (limited to 'sublab_project')
-rw-r--r-- | sublab_project/templates/base.html | 2 |
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> |