]> code.citadel.org Git - citadel.git/blobdiff - webcit/mainmenu.c
reduction of spacing between boxes on advanced screen
[citadel.git] / webcit / mainmenu.c
index 4a023fb8a156b1cacb25aca7c019095e91141dd3..8673df5d8c76ba78e4aee7d87f884cbe139e387e 100644 (file)
@@ -18,8 +18,8 @@ void display_main_menu(void)
        output_headers(1, 1, 1, 0, 0, 0);
 
        wprintf("<div class=\"fix_scrollbar_bug\">"
-               "<table class=\"advanced\">"
-               "<tr><td colspan=\"2\">\n");
+               "<table width=\"100%%\" cellspacing=\"10px\" cellpadding=\"0\">"
+               "<tr><td colspan=\"2\" class=\"advanced\">\n");
 
        svprintf("BOXTITLE", WCS_STRING, _("Basic commands"));
        do_template("beginbox");