summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorscoder <none@none>2007-02-23 11:54:07 +0100
committerscoder <none@none>2007-02-23 11:54:07 +0100
commitf64a6fd467fe620f9ef8ec72f7188e287fb6213a (patch)
tree8276e821a892d2a32461f1dd71009d1ea64ba2fc /doc/html
parent7d17f21a3ca2f0288e13fc9cc020e5e1f86b6f71 (diff)
downloadpython-lxml-f64a6fd467fe620f9ef8ec72f7188e287fb6213a.tar.gz
[svn r2139] some more layouting, select current submenu with CSS
--HG-- branch : trunk
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/style.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/html/style.css b/doc/html/style.css
index c1eda5fc..09925c7b 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -17,7 +17,7 @@ div.document {
/*** menu ***/
-div.contents.topic {
+div.contents {
position: fixed;
top: 0px;
left: 0px;
@@ -28,13 +28,26 @@ div.contents.topic {
padding-right: 1ex;
}
-div.contents.topic ul {
+div.contents span.section.title {
+ line-height: 1.5em;
+ font-size: 130%;
+}
+
+div.contents ul.submenu.current {
+ display: block;
+}
+
+div.contents ul.submenu {
+ display: none;
+}
+
+div.contents ul {
line-height: 1em;
margin: 1ex;
padding-left: 1em;
}
-div.contents.topic p.topic-title.first {
+div.contents p.topic-title.first {
display: none;
}