summaryrefslogtreecommitdiffstats
path: root/gnats-summary-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'gnats-summary-html.lsp')
-rw-r--r--gnats-summary-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnats-summary-html.lsp b/gnats-summary-html.lsp
index c70d1f1..0c65e4e 100644
--- a/gnats-summary-html.lsp
+++ b/gnats-summary-html.lsp
@@ -2,11 +2,9 @@
require("viewfunctions")
?>
<?
---[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(form))
io.write("</span>")
---]]
?>
<style>
@@ -19,7 +17,7 @@ table td {border:1px solid #aaa; border-right:none; border-bottom:none; }
.p { background-color: #d1fbd6; padding-bottom: 0px; }
.r { background-color: #d6cfc4; padding-bottom: 0px; }
.s { background-color: #fcccd9; padding-bottom: 0px; }
-.c { background-color: #c1d5db; padding-bottom: 0px; }
+.c { background-color: #fff; padding-bottom: 0px; color: #888;}
.header {padding:3px;font-weight:bold;border-bottom:1px solid #665;}
DT {border:1px solid #aaa; width: 40px;}
DL { padding-top: 5px; }