- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:00 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 91:ff34ebbe9b36
user: ville
date: Wed Jun 09 06:32:41 2004 +0000
files: docs/linkchecker.css
description:
Restore "address img" for the valid XHTML badge.
diff -r cb653609aeac -r ff34ebbe9b36 docs/linkchecker.css
--- a/docs/linkchecker.css Wed Jun 09 06:30:04 2004 +0000
+++ b/docs/linkchecker.css Wed Jun 09 06:32:41 2004 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.8 2004-06-08 21:17:41 ville Exp $
+ $Id: linkchecker.css,v 1.9 2004-06-09 06:32:41 ville Exp $
*/
html, body {
@@ -85,6 +85,11 @@
img {
vertical-align: middle;
+}
+
+address img {
+ float: right;
+ width: 88px;
}
address {
Received on Thursday, 5 August 2010 14:47:15 UTC