]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Fix up footer style
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 24 Sep 2012 06:50:12 +0000 (08:50 +0200)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 24 Sep 2012 06:50:12 +0000 (08:50 +0200)
sphinx/_static/neurodebian.css
sphinx/_templates/layout.html

index 38334c992e372df89042923cf20776d93ce40bdc..504775ce92a915b8d5bde8ca348c8190e893d98e 100644 (file)
@@ -82,12 +82,6 @@ div.footer {
     font-size: 75%;
 }
 
-div.footer a {
-    color: #aaa;
-    text-decoration: underline;
-}
-
-
 div.related {
     background-color: #2c3c3d;
     color: #888;
index ce206a2ccdd5b62b39e305bdb5823df2206e4a25..d730aa94ab27246f1747ff5456778edbd04fb78f 100644 (file)
@@ -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