From 4470e1095c4c817a7d78bebdb77e61b8c3e94653 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 18 Jul 2016 19:59:26 +0200 Subject: [PATCH 1/2] Making sidebar headings visible --- _static/custom.css | 10 ++++++++++ index.rst | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_static/custom.css b/_static/custom.css index 7bbb870..125d39a 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -5,3 +5,13 @@ .versionmodified { font-weight: bold; } + +.wy-menu-vertical p.caption { + color: #b3b3b3; + margin-top: 16px; + margin-bottom: 0; +} +.wy-menu-vertical p.caption .caption-text { + text-decoration: underline; + font-size: 120%; +} \ No newline at end of file diff --git a/index.rst b/index.rst index d7b23d0..c7ac860 100644 --- a/index.rst +++ b/index.rst @@ -86,6 +86,6 @@ for discussion around a future HTTP client PSR. .. toctree:: :hidden: - :caption: --------- + :caption: Other development/index.rst From d1f70b079f2045d83949b6a01e0a83f79bcd03d4 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 18 Jul 2016 22:03:34 +0200 Subject: [PATCH 2/2] Minor --- _static/custom.css | 3 +-- index.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_static/custom.css b/_static/custom.css index 125d39a..ed3b698 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -12,6 +12,5 @@ margin-bottom: 0; } .wy-menu-vertical p.caption .caption-text { - text-decoration: underline; font-size: 120%; -} \ No newline at end of file +} diff --git a/index.rst b/index.rst index c7ac860..d7b23d0 100644 --- a/index.rst +++ b/index.rst @@ -86,6 +86,6 @@ for discussion around a future HTTP client PSR. .. toctree:: :hidden: - :caption: Other + :caption: --------- development/index.rst