From 671f101ffd6e22ddfa4a90006fa976e55f073c2c Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Sat, 18 Dec 2004 01:54:23 +0000 Subject: [PATCH] Use CSS margins for right side --- apidb.css | 5 ++++- include/header.php | 3 --- include/incl.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apidb.css b/apidb.css index d40cfab..23623e7 100644 --- a/apidb.css +++ b/apidb.css @@ -6,7 +6,7 @@ BODY { background-color: #E2E2E2; color: #000000; font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif; - margin: 0; + margin: 0px 10px 0px 0px; font-size: 12px; } /* img */ @@ -216,5 +216,8 @@ TD.stub { color: #0000B1; font-style: italic; text-align: center } /* Specific elements */ /*******************************************************************/ +/* Main table */ +#mainTable { padding-left: 1%; } + /* Banner div */ #banner { border: 1px solid black; } \ No newline at end of file diff --git a/include/header.php b/include/header.php index 2993737..45fe888 100644 --- a/include/header.php +++ b/include/header.php @@ -31,9 +31,6 @@ - - - diff --git a/include/incl.php b/include/incl.php index 94d0eb1..94fc7ad 100644 --- a/include/incl.php +++ b/include/incl.php @@ -77,7 +77,7 @@ function apidb_header($title = 0) echo "\n"; echo "\n"; - echo html_frame_start($page_title, '98%'); + echo html_frame_start($page_title, '100%'); // Display Status Messages dumpmsgbuffer();