* Started changing some of the top-level tables from 100% width to 99%
[citadel.git] / webcit / summary.c
index f6e884aefe08a88805dcc502d3c071065e12bf9c..128dd835facde25531e14e322f375952e7c8cb27 100644 (file)
@@ -249,7 +249,7 @@ void summary(void) {
         * not people I consider worthwhile, I still want them to use WebCit.
         */
 
-       wprintf("<table border=0><tr valign=top>");
+       wprintf("<center><table border=0 width=99%%><tr valign=top>");
 
        /*
         * Column One
@@ -276,7 +276,7 @@ void summary(void) {
        /*
         * End of columns
         */
-       wprintf("</td></tr></table>\n");
+       wprintf("</td></tr></table></center>\n");
 
        wDumpContent(1);
 }