- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:09 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 189:c1f0b9c9e90f
user: ot
date: Fri Sep 14 05:15:06 2007 +0000
files: docs/linkchecker.css
description:
styling of progress <pre> to limit its size - just a test, welcoming feedback
diff -r b6065855b59e -r c1f0b9c9e90f docs/linkchecker.css
--- a/docs/linkchecker.css Fri Sep 14 05:14:29 2007 +0000
+++ b/docs/linkchecker.css Fri Sep 14 05:15:06 2007 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2007 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.18 2007-09-13 07:44:12 ot Exp $
+ $Id: linkchecker.css,v 1.19 2007-09-14 05:15:06 ot Exp $
*/
html, body {
@@ -55,8 +55,13 @@
line-height: 100%;
white-space: pre;
}
-pre {
- padding-left: 2em;
+
+pre#progress {
+ height: 12em;
+ font-size: small;
+ overflow: auto;
+ padding: 0.5em 1.3em;
+ border: 1px solid #DCDDE0;
}
fieldset {
Received on Thursday, 5 August 2010 14:47:20 UTC