From d3bebd3497eb471488845e725ca6b5190c3387c8 Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Tue, 28 May 2013 11:50:06 +0000
Subject: [PATCH] docs: make footer style same as header (for html output)

---
 .../themes/naturefixed/static/naturefixed.css_t          | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/documentation/themes/naturefixed/static/naturefixed.css_t b/documentation/themes/naturefixed/static/naturefixed.css_t
index f6e3edc5..15a77096 100644
--- a/documentation/themes/naturefixed/static/naturefixed.css_t
+++ b/documentation/themes/naturefixed/static/naturefixed.css_t
@@ -45,8 +45,13 @@ div.footer {
     bottom: 0;
     height: auto;
     padding: 2px;
-    color: #666;
-    background-color: #000;
+    background-color: #6BA81E;
+    color: #fff;
+    text-shadow: 0px 1px 0 #444;
+}
+
+div.footer a {
+    color: #fff;
 }
 
 div.sphinxsidebar {
-- 
GitLab