Skip to content

Commit 46fcb2c

Browse files
committed
[css2] Added Verdana in front of sans-serif, to work around a bug in MSIE 4
on the Mac. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40395
1 parent 21a362e commit 46fcb2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/style/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Style sheet for the CSS2 specification
3-
* $Id: default.css,v 1.5 1997-11-04 19:22:16 howcome Exp $
3+
* $Id: default.css,v 1.6 1997-11-05 18:02:56 bbos Exp $
44
*/
55

66
BODY {
77
color: black;
8-
font-family: sans-serif;
8+
font-family: verdana, sans-serif;
99
background: white;
1010
/* For the REC: background: #def url(recbg.jpg); */
1111
}

0 commit comments

Comments
 (0)