]> granicus.if.org Git - python/commitdiff
Finally commit the font changes that have been live on the development site
authorFred Drake <fdrake@acm.org>
Wed, 14 Nov 2001 22:35:59 +0000 (22:35 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 14 Nov 2001 22:35:59 +0000 (22:35 +0000)
for a month or more.

Doc/html/style.css

index b24998c7f87e13792cf8056ddcdc650dddb63bd8..cfd5942c86e1e1095f914fdc96850beb2ecff1e7 100644 (file)
@@ -47,11 +47,14 @@ h1, h2, h3, h4, h5, h6  { font-family: avantgarde, sans-serif;
 h1                      { font-size: 180%; }
 h2                      { font-size: 150%; }
 h3, h4                  { font-size: 120%; }
-code, tt                { font-family: monospace; }
+code, tt                { font-family: lucida typewriter, lucidatypewriter,
+                                       monospace; }
 var                     { font-family: times, serif;
                           font-style: italic;
                           font-weight: normal; }
 
+.typelabel              { font-family: lucida, sans serif; }
+
 .navigation td          { background-color: #99ccff;
                           font-weight: bold;
                           font-family: avantgarde, sans-serif;
@@ -61,7 +64,9 @@ var                     { font-family: times, serif;
 
 .titlegraphic           { vertical-align: top; }
 
-.verbatim               { color: #00008b; }
+.verbatim               { color: #00008b;
+                          font-family: lucida typewriter, lucidatypewriter,
+                                       monospace; }
 
 .grammar                { background-color: #99ccff;
                           margin-right: 0.5in;