link-checker commit: styling of the list of issues and list of redirects in checklin results

changeset:   190:ac52703491b7
user:        ot
date:        Fri Sep 14 05:30:56 2007 +0000
files:       docs/linkchecker.css
description:
styling of the list of issues and list of redirects in checklin results
(rough, this is a first pass)


diff -r c1f0b9c9e90f -r ac52703491b7 docs/linkchecker.css
--- a/docs/linkchecker.css	Fri Sep 14 05:15:06 2007 +0000
+++ b/docs/linkchecker.css	Fri Sep 14 05:30:56 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.19 2007-09-14 05:15:06 ot Exp $
+   $Id: linkchecker.css,v 1.20 2007-09-14 05:30:56 ot Exp $
 */
 
 html, body {
@@ -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 Thursday, 5 August 2010 14:47:21 UTC