summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-08 22:17:54 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-08 22:17:54 (GMT)
commit9eb41557efeafaaac68503d3e19df994535c94df (patch)
tree1bfd940bb3aa8136897839b9ebc23101896c884d /Doc/html
parent8f728592be8fc79aed58ff544262f2786bb565e9 (diff)
downloadcpython-9eb41557efeafaaac68503d3e19df994535c94df.zip
cpython-9eb41557efeafaaac68503d3e19df994535c94df.tar.gz
cpython-9eb41557efeafaaac68503d3e19df994535c94df.tar.bz2
Add more font flavors for <var> elements; the previous incarnation caused
some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 7bfa16f..767cf74 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -42,7 +42,7 @@ h1 { font-size: 180% }
h2 { font-size: 150% }
h3, h4 { font-size: 120% }
code, tt { font-family: monospace }
-var { font-family: serif;
+var { font-family: times, serif;
font-style: italic;
font-weight: normal }