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.
This commit is contained in:
Fred Drake 2001-03-08 22:17:54 +00:00
parent 8f728592be
commit 9eb41557ef
1 changed files with 1 additions and 1 deletions

View File

@ -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 }