diff options
author | alecpl <alec@alec.pl> | 2009-01-21 07:22:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-01-21 07:22:58 +0000 |
commit | e1c2e7271e28101edbb97b317455048ab30071f1 (patch) | |
tree | f4d4cd46e0af43b037bf1f1275a212f068206b94 /skins/default | |
parent | 429f7411a09951cf03c600a6aa4c6604b4bc9e17 (diff) |
#1485696: removed hardcoded size of logo image
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/error.html b/skins/default/templates/error.html index 273013bc2..6b2ff7747 100644 --- a/skins/default/templates/error.html +++ b/skins/default/templates/error.html @@ -6,7 +6,7 @@ </head> <body> -<div id="header"><img src="/images/roundcube_logo.png" width="165" height="55" alt="RoundCube Webmail" /></div> +<div id="header"><img src="/images/roundcube_logo.png" alt="RoundCube Webmail" /></div> <div style="width:400px; margin:60px auto;"> $__page_content |