Beautify.

This commit is contained in:
Garvin Hicking
2003-05-12 16:58:36 +00:00
parent 9fb701cd42
commit 9dc279db5f
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-05-12 Garvin Hicking <me@supergarv.de>
* queryframe.php3: Remove left/bottom margin to better fit the link title
in the small frame.
2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
* index.php3: Better fix for #736003.

View File

@@ -76,7 +76,7 @@ function open_querywindow(url) {
?>
</head>
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>" style="margin-left: 0px; margin-top: 5px; margin-right: 0px; margin-bottom: 0px">
<form name="queryframeform" action="queryframe.php3" method="get">
<input type="hidden" name="db" value="" />
<input type="hidden" name="table" value="" />