From a88e552c70848c763f4048e7698418d98e617ba4 Mon Sep 17 00:00:00 2001
From: MELERIX <MELERIX@users.noreply.github.com>
Date: Sun, 20 May 2012 18:33:13 +0000
Subject: [PATCH] BETA: Minor width fix for doorinfo.htm.

---
 .../dist/game/data/html/admin/doorinfo.htm         | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/L2J_DataPack_BETA/dist/game/data/html/admin/doorinfo.htm b/L2J_DataPack_BETA/dist/game/data/html/admin/doorinfo.htm
index 45cf1f6825..cddb009f35 100644
--- a/L2J_DataPack_BETA/dist/game/data/html/admin/doorinfo.htm
+++ b/L2J_DataPack_BETA/dist/game/data/html/admin/doorinfo.htm
@@ -10,16 +10,16 @@
 </table>
 <br><img src="L2UI.SquareWhite" width=260 height=1><br>
 <table width=270 border=0>
-<tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Type:</font></td><td align=right width=170>%class%</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Type:</font></td><td align=right width=170>%class%</td></tr></table></td></tr>
 <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Door Id:</font></td><td align=right width=170>%doorid%</td></tr></table></td></tr>
-<tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Object Id:</font></td><td align=right width=170>%objid%</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Object Id:</font></td><td align=right width=170>%objid%</td></tr></table></td></tr>
 <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">&nbsp;</font></td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
-<tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Current HP:</font></td><td align=right width=170>%hp%</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Current HP:</font></td><td align=right width=170>%hp%</td></tr></table></td></tr>
 <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Max HP:</font></td><td align=right width=170>%hpmax%</td></tr></table></td></tr>
-<tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100>&nbsp;</td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
-<tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Max coords (node 3):</font></td><td align=right width=170>%maxx% %maxy% %maxz%</td></tr></table></td></tr>
-<tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Min coords (node 1):</font></td><td align=right width=170>%minx% %miny% %minz%</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=100>&nbsp;</td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=135><font color="LEVEL">Max coords (node 3):</font></td><td align=right width=135>%maxx% %maxy% %maxz%</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=135><font color="LEVEL">Min coords (node 1):</font></td><td align=right width=135>%minx% %miny% %minz%</td></tr></table></td></tr>
 <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">&nbsp;</font></td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
-<tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Unlockable:</font></td><td align=right width=170>%unlock%</td></tr></table></td></tr>
+<tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Unlockable:</font></td><td align=right width=170>%unlock%</td></tr></table></td></tr>
 </table>
 </center></body></html>
\ No newline at end of file
-- 
GitLab