From bb98a0c06569ad563cbe7688729f02663c76726e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 1 Sep 2014 14:22:26 -0400 Subject: docs: tweaks to rambutan-docs css --- docs/source/_static/rambutan-docs.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/source/_static/rambutan-docs.css b/docs/source/_static/rambutan-docs.css index 173bd34..e5b00ae 100644 --- a/docs/source/_static/rambutan-docs.css +++ b/docs/source/_static/rambutan-docs.css @@ -15,7 +15,7 @@ body { } .sphinxsidebar { - padding-top: 6em; + padding-top: 10em; opacity: 0.65; font-size: 0.9rem; } @@ -36,9 +36,9 @@ h1, h2, h3, h4, h5, h6 { h1 { font-size: 1.6em; font-weight: bold; } h2 { font-size: 1.3em; font-weight: normal; } -h3 { font-size: 1.1em; font-weight: normal; } -h4 { font-size: 1.0em; font-weight: normal; } -h5 { font-size: 1.0em; font-weight: normal; } +h3 { font-size: 1.05em; font-weight: normal; } +h4 { font-size: 0.9em; font-weight: normal; } +h5 { font-size: 0.9em; font-weight: normal; } header h1 { margin-top: 0.3em; @@ -82,7 +82,7 @@ body > header h1 a, body > header h1 a:visited { } .sphinxsidebar h3 a { - color: #444; + color: #222; } pre, tt { @@ -123,7 +123,7 @@ div.note, div.topic { background-color: #f4f4f4; } -.related .bottom { +.related.bottom { margin-top: 2em; } -- cgit v1.2.3