- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 May 2005 05:53:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv19892
Modified Files:
docs.css results.css
Log Message:
site-wide increase in line-height
(130% in general, 140 for doc, a little lower for error messages expl)
Index: docs.css
===================================================================
RCS file: /sources/public/validator/htdocs/docs.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- docs.css 16 Feb 2005 03:28:54 -0000 1.5
+++ docs.css 11 May 2005 05:53:41 -0000 1.6
@@ -24,9 +24,9 @@
margin-right: 1em;
}
-/* Set line height to 1.5x to allow for various inline decoration. */
+/* Set line height to 1.4x (from 1.3x on general site) to allow for various inline decoration. */
.doc {
- line-height: 115%;
+ line-height: 140%;
}
/* documentation - table of contents */
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- results.css 10 May 2005 07:13:44 -0000 1.25
+++ results.css 11 May 2005 05:53:41 -0000 1.26
@@ -58,14 +58,17 @@
}
.ve p {
- line-height: 100%;
+ line-height: 110%;
margin: 1ex 5em 1ex 1em;
text-align: justify;
}
p.helpwanted {
+ padding: 0;
margin-left: auto;
- margin-right: auto;
+ margin-right: 5px;
+ margin-top: -2em;
+ margin-bottom: 2em;
font-size: x-small;
color: #888;
text-align: right;
Received on Wednesday, 11 May 2005 05:53:46 UTC