cvsweb (3:3.0.6-7) 13_488109_nicer_css.patch

Summary

 css/cvsweb.css |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

Author: Daniel Leidert (dale) <daniel.leidert@wgdd.de>
Description: * css/cvsweb.css: Align icons and text to look nicer. Improve headline
in diff page. Thanks to Joey Schulze.

<URL:http://bugs.debian.org/488109>
--- a/css/cvsweb.css
+++ b/css/cvsweb.css
@@ -44,7 +44,9 @@
   padding: 2px;
   border: 2px outset;
 }
-
+.navigate-header img {
+  vertical-align: bottom;
+}
 /* Directory table */
 table.dir {
   border-right: 1px solid #ccc;
@@ -80,6 +82,9 @@
 table.dir * td.file, table.dir * td.dir {
   white-space: nowrap;
 }
+table.dir * td.dir img, table.dir * td.file img {
+  vertical-align: bottom;
+}
 /* Graph link column */
 table.dir * td.graph {
   padding-left: 3px;
@@ -128,7 +133,7 @@
 /* 'Line'-header of each diffed file */
 .diff-heading {
   background-color: #9cc;
-  border: 2px outset;
+  border: 2px solid #aaa;
   padding: 5px;
 }
 /* Common properties for diff "contents" */