From 2cede98688329383a9607174ce36835fa1771df8 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 24 Sep 2012 08:50:12 +0200 Subject: [PATCH] Fix up footer style --- sphinx/_static/neurodebian.css | 6 ------ sphinx/_templates/layout.html | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) 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 %} +
{{ super() }} -