]> code.citadel.org Git - citadel.git/blobdiff - webcit/listsub.c
* Made all the title boxes the same background color. The old scheme was
[citadel.git] / webcit / listsub.c
index 118a0598c38ca5d8109dd57a455d92ef3630c648..0d79857af016db032f42cc3ba875758144edee67 100644 (file)
@@ -49,7 +49,7 @@ void do_listsub(void)
        strcpy(subtype, bstr("subtype"));
 
        wprintf("<CENTER>"
-               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#000077\"><TR><TD>"
+               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
                "<SPAN CLASS=\"titlebar\">List subscribe/unsubscribe</SPAN>\n"
                "</TD></TR></TABLE><BR>\n"
        );