From e1c2e7271e28101edbb97b317455048ab30071f1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 21 Jan 2009 02:22:58 -0500
Subject: [PATCH] #1485696: removed hardcoded size of logo image

---
 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 273013b..6b2ff77 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

--
Gitblit v1.9.1