Commit cd494d2e authored by Fred Drake's avatar Fred Drake

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.
parent 069e7166
......@@ -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 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment