summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/basic.css
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-07 11:43:51 +0100
committerGeorg Brandl <georg@python.org>2010-01-07 11:43:51 +0100
commitc9142cefdfde0d520c07e59c077fd1971b13ce54 (patch)
treeb70e3430877f5b398e89abfb43020b8f383b118b /sphinx/themes/basic/static/basic.css
parentd8ecadd172a7b6bb42540da4543301279846d521 (diff)
downloadsphinx-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.css18
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 {