validator/htdocs base.css,1.52,1.53

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv26004

Modified Files:
	base.css 
Log Message:
Trebuchet MS appears to be a better Helvetica substitute for Win platform, and is bundled with 2000/XP

Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- base.css	16 May 2005 04:29:10 -0000	1.52
+++ base.css	17 May 2005 05:46:58 -0000	1.53
@@ -43,7 +43,7 @@
     background-position: 0 0;
     background-repeat: no-repeat;
     color: #11111A;
-    font-family: Helvetica, Arial, sans-serif;
+    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
     font-size: 1em; /* setting base font to user's prefered size */
     line-height: 130%;
 }

Received on Tuesday, 17 May 2005 09:29:50 UTC