diff options
author | Moritz Kaspar Rudert (mortzu) <me@mortzu.de> | 2015-05-26 21:41:38 +0200 |
---|---|---|
committer | Moritz Kaspar Rudert (mortzu) <me@mortzu.de> | 2015-05-26 21:41:38 +0200 |
commit | 183d660307e25b1de44f5559fb48e792b268aff5 (patch) | |
tree | 5fba0d1d88c9bee33844ca3c7969cc4bfc06a357 | |
parent | f194d894f74f894e2e091fc72fa3a51e7300dfa5 (diff) |
added margin to footer and credits
-rw-r--r-- | templates/guest_credits.html | 2 | ||||
-rw-r--r-- | templates/layout.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/guest_credits.html b/templates/guest_credits.html index afcc6f38..5d000f8b 100644 --- a/templates/guest_credits.html +++ b/templates/guest_credits.html @@ -1,3 +1,4 @@ +<div style="margin: 5px;"> <h2>Source code</h2> <p>The original system was written by <a href="https://github.com/cookieBerlin/engelsystem">cookie</a>. It was then completely rewritten and greatly enhanced by <a href="http://notrademark.de/">msquare</a> and <a href="http://mortzu.de/">mortzu</a> of <a href="http://planetcyborg.de">planet cyborg</a> and <a href="http://jplitza.de/">jplitza</a>.</p> @@ -10,3 +11,4 @@ and adminstrated by <a href="http://mortzu.de/">mortzu</a>, <a href="http://derf <h2>Icons</h2> <p>Some icons from the <a href="http://www.famfamfam.com/lab/icons/silk/">famfamfam.com silk iconset</a> have been used. They are licensed under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>.</p> +</div> diff --git a/templates/layout.html b/templates/layout.html index cb69ea80..d5a88102 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -27,7 +27,7 @@ <div class="row"> <div class="col-md-12"> <hr /> - <div class="text-center footer"> + <div class="text-center footer" style="margin-bottom: 10px;"> <a href="%faq_url%">FAQ</a> · <a href="mailto:erzengel@lists.ccc.de"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="https://github.com/engelsystem/engelsystem/issues">Bugs / Features</a> · <a href="https://github.com/engelsystem/engelsystem/">Development Platform</a> · <a href="?p=credits">Credits</a> </div> |