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 @@