summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2013-04-21 17:31:13 +0300
committerPauli Virtanen <pav@iki.fi>2013-04-21 17:31:13 +0300
commit6c8b1c955feaffd9a52ad7e1c7477919faeb39ad (patch)
tree531489c8748d6594de2b28441e4ef32119341b7e
parentd9aff3201d7ed77d0c8e65e9384285699112227a (diff)
downloadscipy-sphinx-theme-6c8b1c955feaffd9a52ad7e1c7477919faeb39ad.tar.gz
CSS: fix bottom navbar
-rw-r--r--_theme/scipy/static/scipy.css_t8
1 files changed, 8 insertions, 0 deletions
diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t
index 9f2ae99..3f197e1 100644
--- a/_theme/scipy/static/scipy.css_t
+++ b/_theme/scipy/static/scipy.css_t
@@ -14,6 +14,14 @@
@import url("css/scipy-central.css");
+div.container-navbar-bottom {
+ margin-top: 0;
+}
+
+div.container-navbar-bottom div.spc-navbar {
+ margin-top: 0;
+}
+
tt {
color: inherit;
font: inherit;