From: Don Armstrong Date: Fri, 8 Aug 2008 01:48:31 +0000 (-0700) Subject: * use white background for extra status boxes X-Git-Tag: release/2.6.0~488^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=490fe74def241e622d6d69f58ab7637db6d697be;p=debbugs.git * use white background for extra status boxes --- diff --git a/html/bugs.css b/html/bugs.css index 268317bb..43f58cbc 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -213,7 +213,7 @@ li { /* z-index: 1; */ /* position: absolute; */ left: 120px; - background-color: #f0f0f0; + background-color: #ffffff; /* border: #000 1px solid; */ position: static; display: block;