diff options
| author | Georg Brandl <georg@python.org> | 2010-01-07 11:43:51 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-07 11:43:51 +0100 |
| commit | c9142cefdfde0d520c07e59c077fd1971b13ce54 (patch) | |
| tree | b70e3430877f5b398e89abfb43020b8f383b118b /sphinx/themes/basic/static/basic.css | |
| parent | d8ecadd172a7b6bb42540da4543301279846d521 (diff) | |
| download | sphinx-c9142cefdfde0d520c07e59c077fd1971b13ce54.tar.gz | |
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.
Diffstat (limited to 'sphinx/themes/basic/static/basic.css')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css | 18 |
1 files changed, 18 insertions, 0 deletions
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 { |
