Package: bugs.debian.org
Severity: minor
Tags: patch
Dear Debian BTS maintainers,
I dislike the http://bugs.debian.org/css/bugs.css file, specifically
because it doesn't render well on the Elinks browser.
I have attached a diff, and two images which show the old and new
views. The diff does not alter the BTS pages in Chromium and Iceweasel
at all..
Please consider adding this fix. In any case, I have added a hook
which loads my custom CSS file on my machine.
Thanks!
Kumar
--- bugs.css 2010-07-26 10:12:52.000000000 -0500
+++ bugs.css.new 2010-08-20 23:56:21.000000000 -0500
@@ -9,9 +9,11 @@
}
body {
+ background : #fefefe;
margin: 10px;
border: 0;
padding: 0;
+ color : #000;
}
h1, h2, h3 {
@@ -98,6 +100,7 @@
padding-top: 0;
margin-top: 0;
border-top: 0;
+ color : #000 ;
}
.sparse li {