# HG changeset patch # User Peter Koppatz # Date 1388349476 -3600 # Node ID 6be8044d34d907cf3bd847703e03627ef90ba577 # Parent 73735e707f211a6f93ec377a47d2fbdf7396f300 Footer gerade gebogen und Hintergrundfarbe auf wei? gestellt diff -r 73735e707f21 -r 6be8044d34d9 static/css/pymove3d.css --- a/static/css/pymove3d.css Sun Dec 29 11:39:25 2013 +0100 +++ b/static/css/pymove3d.css Sun Dec 29 21:37:56 2013 +0100 @@ -36,7 +36,7 @@ height: auto; } .clear {clear:both;} -body {background-color: #e9e2d0; +body {background-color: #fff;/*#e9e2d0;*/ font-size:16px} .jumbotron h1 {text-align: center; font-size: 40px;} @@ -86,7 +86,7 @@ float: right;} #footer { -background: #e9e2d0; +background: #fff; height: 180px; } .separator { @@ -99,7 +99,7 @@ .separator img { line-height: 43px; padding: 0 10px; - background: #e9e2d0; /* Farbe des Elements darunter */ + background: #fff; /* Farbe des Elements darunter */ display: inline-block; /*margin-top: 20px;*/ - color: #dbe2e3; \ No newline at end of file + color: #dbe2e3; diff -r 73735e707f21 -r 6be8044d34d9 templates/footer.html --- a/templates/footer.html Sun Dec 29 11:39:25 2013 +0100 +++ b/templates/footer.html Sun Dec 29 21:37:56 2013 +0100 @@ -1,19 +1,25 @@ - diff -r 73735e707f21 -r 6be8044d34d9 templates/index.html --- a/templates/index.html Sun Dec 29 11:39:25 2013 +0100 +++ b/templates/index.html Sun Dec 29 21:37:56 2013 +0100 @@ -3,5 +3,7 @@ {% include "jumbotron-default.html" %} {% endblock %} -{% block body %}

Der Wettbewerb startet am 01.01.2014

{% endblock %} +{% block body %} +

Der Wettbewerb startet am 01.01.2014

{% endblock %} + diff -r 73735e707f21 -r 6be8044d34d9 templates/theme.html --- a/templates/theme.html Sun Dec 29 11:39:25 2013 +0100 +++ b/templates/theme.html Sun Dec 29 21:37:56 2013 +0100 @@ -68,9 +68,9 @@
{% block body %}{% endblock %} - {% include "footer.html" %} + {% include "footer.html" %}