summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-11-10 17:56:29 (GMT)
committerFred Drake <fdrake@acm.org>2004-11-10 17:56:29 (GMT)
commit9c8149a162ea3eef18227ed4657bc57e7da9b1b5 (patch)
tree435954e7aae05e5c63e80782ffd92e64670d4e43 /Doc/html
parent5d93eef2636b17c8da44d11b90993295187eb29b (diff)
downloadcpython-9c8149a162ea3eef18227ed4657bc57e7da9b1b5.zip
cpython-9c8149a162ea3eef18227ed4657bc57e7da9b1b5.tar.gz
cpython-9c8149a162ea3eef18227ed4657bc57e7da9b1b5.tar.bz2
more HTML styling detail changes
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index ce42ffb..4ce5126 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -50,6 +50,14 @@ h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3, h4 { font-size: 120%; }
+/* These are section titles used in navigation links, so make sure we
+ * match the section header font here, even it not the weight.
+ */
+.sectref { font-family: avantgarde, sans-serif; }
+/* And the label before the titles in navigation: */
+.navlabel { font-size: 85%; }
+
+
/* LaTeX2HTML insists on inserting <br> elements into headers which
* are marked with \label. This little bit of CSS magic ensures that
* these elements don't cause spurious whitespace to be added.
@@ -63,6 +71,8 @@ var { font-family: times, serif;
font-style: italic;
font-weight: normal; }
+.Unix { font-variant: small-caps; }
+
.typelabel { font-family: lucida, sans-serif; }
.navigation td { background-color: #99ccff;
@@ -89,7 +99,9 @@ div.note { background-color: #fffaf0;
div.note .label { margin-right: 0.5em;
font-family: sans-serif; }
-.release-info { font-style: italic; }
+address { font-size: 80%; }
+.release-info { font-style: italic;
+ font-size: 80%; }
.titlegraphic { vertical-align: top; }