* Merged Thierry's CSS changes
[citadel.git] / webcit / listsub.c
index 3f7e9cf53eaef0c1175b0f936e6d90f8ae11fb8f..4afb35ebc68d533aae008d887c2a4c7b087a7f6a 100644 (file)
@@ -51,7 +51,7 @@ void do_listsub(void)
        strcpy(subtype, bstr("subtype"));
 
        wprintf("<CENTER>"
-               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
+               "<TABLE class=\"listsub_banner\"><TR><TD>"
                "<SPAN CLASS=\"titlebar\">");
        wprintf(_("List subscribe/unsubscribe"));
        wprintf("</SPAN></TD></TR></TABLE><br />\n");