reduction of spacing between boxes on advanced screen
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 26 Oct 2007 21:07:12 +0000 (21:07 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 26 Oct 2007 21:07:12 +0000 (21:07 +0000)
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");