* Replaced all the "centered 99% tables" with 100% width tables wrapped
authorArt Cancro <ajc@citadel.org>
Sat, 19 Feb 2005 05:22:00 +0000 (05:22 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 19 Feb 2005 05:22:00 +0000 (05:22 +0000)
commitf6f51307f975c67d86448d5b456f9650dc36d773
tree8cc71f15a197865a086cde3d6e71802fd89af7dd
parented4c2c5dcb1042ac895fa783a3231dba2883db37
* Replaced all the "centered 99% tables" with 100% width tables wrapped
  inside a div with margin-right:1px to remove the horizontal scrollbar
  in Gecko without creating whitespace.  IE6's problem is much more
  serious and will require dropping a nuclear bomb on Redmond to fix.
19 files changed:
webcit/ChangeLog
webcit/auth.c
webcit/calendar.c
webcit/calendar_view.c
webcit/event.c
webcit/floors.c
webcit/graphics.c
webcit/iconbar.c
webcit/inetconf.c
webcit/mainmenu.c
webcit/messages.c
webcit/paging.c
webcit/roomops.c
webcit/siteconfig.c
webcit/summary.c
webcit/useredit.c
webcit/userlist.c
webcit/vcard_edit.c
webcit/who.c