* Replaced all the "centered 99% tables" with 100% width tables wrapped
[citadel.git] / webcit / summary.c
index 128dd835facde25531e14e322f375952e7c8cb27..114902babd1a394914a80fa9f0c791397e49b53b 100644 (file)
@@ -249,7 +249,8 @@ void summary(void) {
         * not people I consider worthwhile, I still want them to use WebCit.
         */
 
-       wprintf("<center><table border=0 width=99%%><tr valign=top>");
+       wprintf("<div style=\"margin-right:1px\">"
+               "<table border=0 width=100%%><tr valign=top>");
 
        /*
         * Column One
@@ -276,7 +277,6 @@ void summary(void) {
        /*
         * End of columns
         */
-       wprintf("</td></tr></table></center>\n");
-
+       wprintf("</td></tr></table></div>\n");
        wDumpContent(1);
 }