Use CSS margins for right side
This commit is contained in:
@@ -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; }
|
||||
@@ -31,9 +31,6 @@
|
||||
<td width="100%" align="center" valign="middle">
|
||||
<?php echo $banner_ad; ?>
|
||||
</td>
|
||||
<td>
|
||||
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
@@ -77,7 +77,7 @@ function apidb_header($title = 0)
|
||||
echo "</td>\n";
|
||||
echo "<td width='100%'>\n";
|
||||
|
||||
echo html_frame_start($page_title, '98%');
|
||||
echo html_frame_start($page_title, '100%');
|
||||
|
||||
// Display Status Messages
|
||||
dumpmsgbuffer();
|
||||
|
||||
Reference in New Issue
Block a user