]> git.donarmstrong.com Git - debbugs.git/commitdiff
Hack around elinks css bug (closes: #593804)
authorDon Armstrong <don@donarmstrong.com>
Wed, 25 Aug 2010 08:58:12 +0000 (01:58 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 25 Aug 2010 08:58:12 +0000 (01:58 -0700)
debian/changelog
html/bugs.css

index a5ad75ff70763219a3005d50356c81dfa7854c94..321f032a34bf7937ff57d1c0dd937ca651b36379 100644 (file)
@@ -1,3 +1,9 @@
+debbugs (2.4.2~exp2) experimental; urgency=low
+
+  * Hack around elinks css bug (closes: #593804)
+
+ -- Don Armstrong <don@debian.org>  Wed, 25 Aug 2010 01:57:38 -0700
+
 debbugs (2.4.2~exp1) experimental; urgency=low
 
   * Allow (almost) exactly what RFC2822 allows in comments (closes:
index b61e5b140fdb96fb113fb2975ed559aeee4616af..db1d34b1d8c2265accc5320fe5a18d2d0a6254aa 100644 (file)
@@ -9,12 +9,16 @@ html {
 }
 
 body {
+    color: #000; 
+    background: #fefefe;
     margin: 10px;
     border: 0;
     padding: 0;
 }
 
 h1, h2, h3 {
+    color: #000; 
+    background: #fefefe;
     text-align: left; 
     font-family: sans-serif;
 }