From 7be5b41865ef3b5ac23f413d0ce3bae754177ffb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Wed, 29 Apr 2015 19:58:08 +0200 Subject: [PATCH] [Web] add hosting info after footer --- htdocs/media/screen.css | 4 ++++ mygpo/web/templates/base.html | 6 ++++++ mygpo/web/templates/home.html | 9 ++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/htdocs/media/screen.css b/htdocs/media/screen.css index b3a34bc3..6a195093 100644 --- a/htdocs/media/screen.css +++ b/htdocs/media/screen.css @@ -624,3 +624,7 @@ div.podcasts div.podcast:hover div.actions button.btn float: none; margin: 0 auto; } + +.hosting { + text-align: center; +} diff --git a/mygpo/web/templates/base.html b/mygpo/web/templates/base.html index ebfa1c1e..b04e6f8b 100644 --- a/mygpo/web/templates/base.html +++ b/mygpo/web/templates/base.html @@ -183,6 +183,12 @@ + +
+ +
diff --git a/mygpo/web/templates/home.html b/mygpo/web/templates/home.html index f49df776..c4e9babf 100644 --- a/mygpo/web/templates/home.html +++ b/mygpo/web/templates/home.html @@ -202,7 +202,14 @@ - + +
+ +
+ + -- 2.11.4.GIT