From ae37dee28f9a52e422836a925bad8ccf684fe3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Mon, 9 Jan 2012 14:21:06 +0100 Subject: Added "Made with Django" badge. --- sublab_project/static/css/sublab.css | 15 +++++++++++++++ sublab_project/static/img/badges/djangomade124x25.gif | Bin 0 -> 2041 bytes sublab_project/templates/base.html | 6 ++++++ 3 files changed, 21 insertions(+) create mode 100644 sublab_project/static/img/badges/djangomade124x25.gif (limited to 'sublab_project') 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 new file mode 100644 index 0000000..9173380 Binary files /dev/null and b/sublab_project/static/img/badges/djangomade124x25.gif differ 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 @@

Mitglied werden

+
+

+ + Made with Django. + +

-- cgit v1.2.1