diff options
Diffstat (limited to 'sublab_project')
-rw-r--r-- | sublab_project/static/css/sublab.css | 15 | ||||
-rw-r--r-- | sublab_project/static/img/badges/djangomade124x25.gif | bin | 0 -> 2041 bytes | |||
-rw-r--r-- | sublab_project/templates/base.html | 6 |
3 files changed, 21 insertions, 0 deletions
diff --git a/sublab_project/static/css/sublab.css b/sublab_project/static/css/sublab.css index b4f6127..9c5fa43 100644 --- a/sublab_project/static/css/sublab.css +++ b/sublab_project/static/css/sublab.css @@ -149,6 +149,17 @@ img.webcamthumb { border: 2px solid #444; } +.centeredImage { + text-align:center; + margin-top:0px; + margin-bottom:0px; + padding:0px; +} + +.topMargin { + margin-top: 20px; +} + .floatright { float: right; } @@ -280,6 +291,10 @@ span.header { text-align: center; } +.noBorder { + border-width: 0px; +} + a { text-decoration: none; border-bottom: 1px dotted; diff --git a/sublab_project/static/img/badges/djangomade124x25.gif b/sublab_project/static/img/badges/djangomade124x25.gif Binary files differnew file mode 100644 index 0000000..9173380 --- /dev/null +++ b/sublab_project/static/img/badges/djangomade124x25.gif diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index e8cad10..ccca784 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -131,6 +131,12 @@ <p class="member"> <a href="{{ STATIC_URL }}pdf/sublab_ev_mitgliedsantrag.pdf">Mitglied werden</a> </p> + <hr> + <p class="centeredImage topMargin"> + <a href="http://www.djangoproject.com/" class="noBorder"> + <img src="{{ STATIC_URL }}img/badges/djangomade124x25.gif" border="0" alt="Made with Django." title="Made with Django." class="noBorder" /> + </a> + </p> </div> <div class="content"> |