Logout boxes are now aligned (why not by CSS?)
authorRoland Häder <roland@mxchange.org>
Fri, 16 May 2008 22:21:40 +0000 (22:21 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 16 May 2008 22:21:40 +0000 (22:21 +0000)
templates/de/html/admin/admin_logout.tpl

index 7a7265f24f4978a6026d6b00ba5051282faacc4f..5fc4e93010e8674619b1a451d438ce417d8cfc01 100644 (file)
@@ -1,5 +1,5 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
-       class="admin">
+<DIV align="center">
+<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
        <TR>
                <TD height="5" class="seperator">&nbsp;</TD>
        </TR>
@@ -16,3 +16,4 @@
                <TD height="5" class="seperator">&nbsp;</TD>
        </TR>
 </TABLE>
+</DIV>