summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-08-29 04:09:26 (GMT)
committerFred Drake <fdrake@acm.org>2003-08-29 04:09:26 (GMT)
commit9e78d1e1e540aa81dd04264a949c20eaf853cc58 (patch)
treea31ee930c6a956be6ec4a9d4ad127086ac471fc9
parent953c6f508b43bd7d4532aeb4644829122f80ae2a (diff)
downloadcpython-9e78d1e1e540aa81dd04264a949c20eaf853cc58.zip
cpython-9e78d1e1e540aa81dd04264a949c20eaf853cc58.tar.gz
cpython-9e78d1e1e540aa81dd04264a949c20eaf853cc58.tar.bz2
fix minor syntactic faux pas
-rw-r--r--Doc/html/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index c722db3..e0cb736 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -49,7 +49,7 @@ 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: lucida typewriter, lucidatypewriter,
+code, tt { font-family: "lucida typewriter", lucidatypewriter,
monospace; }
var { font-family: times, serif;
font-style: italic;
@@ -86,7 +86,7 @@ div.note .label { margin-right: 0.5em;
.titlegraphic { vertical-align: top; }
.verbatim pre { color: #00008b;
- font-family: lucida typewriter, lucidatypewriter,
+ font-family: "lucida typewriter", lucidatypewriter,
monospace;
font-size: 90%; }
.verbatim { margin-left: 2em; }