diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-21 20:32:56 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-21 20:32:56 +0200 |
commit | 02b1a15775d1e49cf7ddc59e5ab21c94f833838c (patch) | |
tree | 2e36345426b5b7bcaff63427ad5b91d8bf9c492f /skins/larry | |
parent | ec031a35f1147a42c82642d7821a93f58cf8f1a7 (diff) |
Update login.html
deleted deprecated border="0" Attribute and use css instead
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html index 6e56ee2fd..13e919ad3 100644 --- a/skins/larry/templates/login.html +++ b/skins/larry/templates/login.html @@ -9,7 +9,7 @@ <div id="login-form"> <div class="box-inner"> -<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" /> <roundcube:form name="form" method="post"> <roundcube:object name="loginform" form="form" size="40" /> |