- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Oct 2007 07:19:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv24125/docs
Modified Files:
linkchecker.css
Log Message:
adding a "progress bar" at top of scrolling pre
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- linkchecker.css 18 Sep 2007 07:11:46 -0000 1.22
+++ linkchecker.css 23 Oct 2007 07:19:04 -0000 1.23
@@ -56,12 +56,23 @@
white-space: pre;
}
-pre#progress {
+pre.progress {
height: 12em;
font-size: small;
overflow: auto;
padding: 0.5em 1.3em;
border: 1px solid #DCDDE0;
+ margin-top: 0;
+}
+
+h3.status_progress {
+ margin-bottom: 0;
+ background: white;
+ border: 1px solid #DCDDE0;
+ border-bottom: 0;
+ padding: .4em .8em;
+ text-indent: 0;
+ overflow: hidden;
}
fieldset {
Received on Tuesday, 23 October 2007 07:19:13 UTC