* Made all the title boxes the same background color. The old scheme was
[citadel.git] / webcit / paging.c
index 6a3625d33d5a88ad30457c3ec7678ca36bc7890c..be11aad49e09c982929516f0d49b35581a5e9313 100644 (file)
@@ -158,7 +158,7 @@ void page_popup(void)
 
                extract(pagefrom, &buf[4], 3);
 
-               wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#007700\"><TR><TD>");
+               wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
                wprintf("<SPAN CLASS=\"titlebar\">Instant message from ");
                escputs(pagefrom);
                wprintf("</SPAN></TD></TR></TABLE>\n");