From 6132e33914d63a1cdb57919e1f519df6ffde1af8 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Tue, 21 Dec 2004 01:42:20 +0000 Subject: [PATCH] Use pixels for left padding #mainTable to fix a IE issue with padding-left: 1% --- apidb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidb.css b/apidb.css index 23623e7..efb2db3 100644 --- a/apidb.css +++ b/apidb.css @@ -217,7 +217,7 @@ TD.stub { color: #0000B1; font-style: italic; text-align: center } /*******************************************************************/ /* Main table */ -#mainTable { padding-left: 1%; } +#mainTable { padding-left: 7px; } /* Banner div */ #banner { border: 1px solid black; } \ No newline at end of file