Explorar o código

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

Tyler Akins %!s(int64=24) %!d(string=hai) anos
pai
achega
98d813f45b
Modificáronse 2 ficheiros con 0 adicións e 7 borrados
  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>