From: Michael Hanke <michael.hanke@gmail.com>
Date: Mon, 24 Sep 2012 06:50:12 +0000 (+0200)
Subject: Fix up footer style
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2cede98688329383a9607174ce36835fa1771df8;p=neurodebian.git

Fix up footer style
---

diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css
index 38334c9..504775c 100644
--- a/sphinx/_static/neurodebian.css
+++ b/sphinx/_static/neurodebian.css
@@ -82,12 +82,6 @@ div.footer {
     font-size: 75%;
 }
 
-div.footer a {
-    color: #aaa;
-    text-decoration: underline;
-}
-
-
 div.related {
     background-color: #2c3c3d;
     color: #888;
diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html
index ce206a2..d730aa9 100644
--- a/sphinx/_templates/layout.html
+++ b/sphinx/_templates/layout.html
@@ -36,8 +36,9 @@
 {% block sidebar2 %}{% endblock %}
 
 {% block footer %}
+<div class="clearer"></div>
 {{ super() }}
-<div class="footer">
+<div class="footer" style="padding-top:0px">
 The source code for this portal is licensed under the
 <a href="http://www.gnu.org/licenses/gpl-3.0.html"
    title="Text of the GPL-3 license">GPL-3</a> and is available on