* Replaced all the "centered 99% tables" with 100% width tables wrapped
[citadel.git] / webcit / floors.c
index 31cd1c8106a46d9231c66180556f751741b5b28e..e2dbcd1316c0550b35cc970b21536752a7ccd42c 100644 (file)
@@ -68,7 +68,8 @@ void display_floorconfig(char *prepend_html)
                return;
        }
 
-       wprintf("<center><TABLE BORDER=1 WIDTH=99%% bgcolor=\"#ffffff\">\n"
+       wprintf("<div style=\"margin-right:1px\">"
+               "<TABLE BORDER=1 WIDTH=100%% bgcolor=\"#ffffff\">\n"
                "<TR><TH>Floor number</TH>"
                "<TH>Floor name</TH>"
                "<TH>Number of rooms</TH></TR>\n"
@@ -117,7 +118,7 @@ void display_floorconfig(char *prepend_html)
                "</FORM></TD>"
                "<TD>&nbsp;</TD></TR>\n");
 
-       wprintf("</table></center>\n");
+       wprintf("</table></div>\n");
        wDumpContent(1);
 }