[Python-checkins] python/dist/src/Doc/html style.css,1.41,1.42

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Nov 10 18:57:19 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17058/html

Modified Files:
	style.css 
Log Message:
more HTML styling detail changes

Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- style.css	10 Nov 2004 17:02:42 -0000	1.41
+++ style.css	10 Nov 2004 17:56:28 -0000	1.42
@@ -50,6 +50,14 @@
 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 @@
                           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 .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; }
 



More information about the Python-checkins mailing list