From c9142cefdfde0d520c07e59c077fd1971b13ce54 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 7 Jan 2010 11:43:51 +0100 Subject: Remove all template content from the scrolls theme that was almost the same as the basic. Apply a few real modifications to the basic templates. --- sphinx/themes/basic/static/basic.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'sphinx/themes/basic/static/basic.css') diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index 344c81cd..29b8450f 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -127,6 +127,10 @@ span.linkdescr { /* -- general index --------------------------------------------------------- */ +table.indextable { + width: 100%; +} + table.indextable td { text-align: left; vertical-align: top; @@ -152,6 +156,20 @@ img.toggler { cursor: pointer; } +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + /* -- general body styles --------------------------------------------------- */ a.headerlink { -- cgit v1.2.1