From 9dc41ae578a53fe906ef685e322e8cbbd07a04f3 Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Thu, 31 Aug 2017 21:04:22 -0700 Subject: [PATCH] CSS for versioned docs TOC header. --- docs/docsite/_themes/srtd/layout.html | 27 +++++++++++++------ .../docsite/_themes/srtd/static/css/theme.css | 1 + 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/docs/docsite/_themes/srtd/layout.html b/docs/docsite/_themes/srtd/layout.html index 2c83950e213..14ad17aa958 100644 --- a/docs/docsite/_themes/srtd/layout.html +++ b/docs/docsite/_themes/srtd/layout.html @@ -14,6 +14,8 @@ + + - + diff --git a/docs/docsite/_themes/srtd/static/css/theme.css b/docs/docsite/_themes/srtd/static/css/theme.css index f1a2f685ef7..9c93f877bc2 100644 --- a/docs/docsite/_themes/srtd/static/css/theme.css +++ b/docs/docsite/_themes/srtd/static/css/theme.css @@ -4721,6 +4721,7 @@ span[id*='MathJax-Span'] { margin-right: 10px; } + .wy-menu-vertical a { padding: 0; }