1.1 --- a/static/css/pymove3d.css Fri Nov 29 11:18:33 2013 +0100
1.2 +++ b/static/css/pymove3d.css Fri Nov 29 12:32:05 2013 +0100
1.3 @@ -67,4 +67,23 @@
1.4
1.5 .flags {
1.6 padding: 5px 0 0 5px;
1.7 - float: right;}
1.8 \ No newline at end of file
1.9 + float: right;}
1.10 +
1.11 +#footer {
1.12 +background: #e9e2d0;
1.13 +height: 80px;
1.14 +}
1.15 +.separator {
1.16 + width: 100%;
1.17 + border-bottom: 1px solid #ff9a20;
1.18 + text-align: center;
1.19 + height: 22px;
1.20 + margin-bottom: 15px;
1.21 +}
1.22 +.separator img {
1.23 + line-height: 43px;
1.24 + padding: 0 10px;
1.25 + background: #e9e2d0; /* Farbe des Elements darunter */
1.26 + display: inline-block;
1.27 + /*margin-top: 20px;*/
1.28 + color: #dbe2e3;
1.29 \ No newline at end of file
2.1 Binary file static/images/python-logo.png has changed
3.1 --- a/templates/theme.html Fri Nov 29 11:18:33 2013 +0100
3.2 +++ b/templates/theme.html Fri Nov 29 12:32:05 2013 +0100
3.3 @@ -84,6 +84,7 @@
3.4 <div class="jumbotron">
3.5 {% block jumbotron %}{% endblock %}
3.6 </div>
3.7 + <div id="footer"><div class="separator"><img src="static/images/python-logo.png" /></div><h3>Places for Sponsors</h3></div>
3.8
3.9 {% block body %}{% endblock %}
3.10