- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Sep 2007 05:30:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv4742
Modified Files:
linkchecker.css
Log Message:
styling of the list of issues and list of redirects in checklin results
(rough, this is a first pass)
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- linkchecker.css 14 Sep 2007 05:15:06 -0000 1.19
+++ linkchecker.css 14 Sep 2007 05:30:56 -0000 1.20
@@ -308,6 +308,27 @@
dt.report {
font-weight: bold;
}
+
+dl.report {
+ margin-left: 0 !important;
+ margin-right: 0 !important;
+ padding:0;
+ border-bottom: 1px solid #EAEBEE;
+}
+dl.report dt {border-top: 1px solid #EAEBEE;}
+dl.report dt, dl.report dd {
+ border-left: 1px solid #EAEBEE;
+ border-right: 1px solid #EAEBEE;
+ border-bottom: 0;
+ padding: 1em;
+}
+dl.report dd {
+ border-top: 0;
+ margin: 0;
+ padding: 0 0 0 2em;
+ text-indent: 0;
+}
+
div.settings {
font-size: smaller;
float: right;
Received on Friday, 14 September 2007 05:31:00 UTC