Your message dated Fri, 21 Apr 2023 06:54:54 +0200
with message-id <[email protected]>
and subject line Fixed in Debian
has caused the Debian Bug report #593840,
regarding elinks -- Incorrect CSS rendering
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
593840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593840
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 {
--- End Message ---
--- Begin Message ---
I tested with current Debian release, and elinks didn't crash. Closing
as fixed
--
أحمد المحمودي (Ahmed El-Mahmoudy)
Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
6E2E E4BB 72E2 F417 D066 6ABF 7B30 B496 A7EF 5761
8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
signature.asc
Description: PGP signature
--- End Message ---