diff options
author | thomascube <thomas@roundcube.net> | 2008-03-21 13:11:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-21 13:11:10 +0000 |
commit | 46bc52b56a3201fc3e1aa687eb99725d8e26b37a (patch) | |
tree | 01664833f90fca0a408a4d4e61ed25aa8a4badd9 /skins/default/templates/login.html | |
parent | b19536f2f3f1753aa17fd87993258bb0e82b47b6 (diff) |
Remove hard-coded size of logo image (#1484378)
Diffstat (limited to 'skins/default/templates/login.html')
-rw-r--r-- | skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 1950be2e8..2a48f48bf 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -28,7 +28,7 @@ </head> <body> -<img src="/images/roundcube_logo.png" width="165" height="55" border="0" alt="<roundcube:object name='productname' />" hspace="12" vspace="2"/> +<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:2px 12px" /> <roundcube:object name="message" id="message" /> |