- From: Terje Bless <link@hutz.w3.org>
- Date: Tue, 18 May 2004 00:49:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv1483
Modified Files:
Tag: validator-0_6_0-branch
results.css
Log Message:
Tweak style for errors/explanations to make it more readable.
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.13.2.32
retrieving revision 1.13.2.33
diff -u -d -r1.13.2.32 -r1.13.2.33
--- results.css 17 May 2004 06:42:49 -0000 1.13.2.32
+++ results.css 18 May 2004 00:49:38 -0000 1.13.2.33
@@ -17,7 +17,6 @@
.ve {
font-size: smaller;
- clear: left;
padding: 0;
width: 100%;
}
@@ -26,7 +25,8 @@
line-height: 100%;
font-style: italic;
font-size: small;
- margin: 0;
+ margin: 1ex 5em 1ex 1em;
+ text-align: justify;
}
p.helpwanted {
@@ -34,7 +34,7 @@
margin-right: auto;
font-size: x-small;
color: #888;
- float: right;
+ text-align: right;
}
p.helpwanted a {
Received on Monday, 17 May 2004 20:51:32 UTC