remove ugly-looking frame padding
authorchriskl <chriskl>
Thu, 8 Jan 2004 09:24:00 +0000 (09:24 +0000)
committerchriskl <chriskl>
Thu, 8 Jan 2004 09:24:00 +0000 (09:24 +0000)
index.php

index 9b6b559d902327204d9e9314bb60c282df1b5162..238e80a85f7914e44f4b71f78a03375c9f571c3c 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
        /**
         * Main access point to the app.
         *
-        * $Id: index.php,v 1.8 2003/12/17 09:11:32 chriskl Exp $
+        * $Id: index.php,v 1.9 2004/01/08 09:24:00 chriskl Exp $
         */
 
        // Include application functions
@@ -11,7 +11,7 @@
        
        $misc->printHeader();
 ?>
-<frameset rows="52,*,12">
+<frameset rows="52,*,12" frameborder="0">
        <frame src="topbar.php" name="topbar" scrolling="no" noresize="noresize" frameborder="0" />
        <frameset cols="<?php echo $conf['left_width'] ?>,*">
          <frame src="browser.php" name="browser" frameborder="0" />