- From: Julien Grand-Mourcel via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Aug 2007 11:10:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv14061/style
Modified Files:
base.css
Log Message:
Putting back the minimum lengh of the body.
A new style sheet will be made any way.
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- base.css 13 Aug 2007 12:50:15 -0000 1.14
+++ base.css 22 Aug 2007 11:10:01 -0000 1.15
@@ -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: 63em;
+ min-width: 50em;
}
p, pre, dt {
line-height: 130%;
Received on Wednesday, 22 August 2007 11:10:06 UTC