Browse Source

* <div> tags were unneeded. Centering was already done in the table.

Tyler Akins 24 years ago
parent
commit
98d813f45b
2 changed files with 0 additions and 7 deletions
  1. 0 3
      src/folders.php
  2. 0 4
      src/options.php

+ 0 - 3
src/folders.php

@@ -23,8 +23,6 @@
 
 ?>
 
-<div align="center">
-
 <br>
 <table bgcolor="<?php echo $color[0] ?>" width="95%" align="center" cellpadding="2" cellspacing="0" border="0">
 <tr><td align="center">
@@ -305,5 +303,4 @@
    sqimap_logout($imapConnection);
 ?>
 
-</div>
 </body></html>

+ 0 - 4
src/options.php

@@ -27,8 +27,6 @@
 
 ?>
 
-<div align="center">
-
 <br>
 <table bgcolor="<?php echo $color[0] ?>" width="95%" align="center" cellpadding="2" cellspacing="0" border="0">
 <tr><td align="center">
@@ -206,6 +204,4 @@
 </td></tr>
 </table>
 
-
-</div>
 </body></html>