2002/css-validator/style base.css,1.13,1.14

Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv22442/style

Modified Files:
	base.css 
Log Message:
Adding a select box so we can force the type of the file to be HTML or CSS.

Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- base.css	9 Mar 2007 04:40:02 -0000	1.13
+++ base.css	13 Aug 2007 12:50:15 -0000	1.14
@@ -24,7 +24,7 @@
     color: #11111A;
     font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
     font-size: 1em; /* setting base font to user's prefered size */
-    min-width: 50em;
+    min-width: 63em;
 }
 p, pre, dt {     
     line-height: 130%; 

Received on Monday, 13 August 2007 12:50:19 UTC