From 46bc52b56a3201fc3e1aa687eb99725d8e26b37a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 21 Mar 2008 09:11:10 -0400
Subject: [PATCH] Remove hard-coded size of logo image (#1484378)

---
 skins/default/includes/header.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html
index a7e034a..2e47ff9 100644
--- a/skins/default/includes/header.html
+++ b/skins/default/includes/header.html
@@ -1,3 +1,3 @@
-<div id="header"><roundcube:button command="mail" image="/images/roundcube_logo.png" alt="RoundCube Webmail" width="165" height="55" /></div>
+<div id="header"><roundcube:button command="mail" image="/images/roundcube_logo.png" alt="RoundCube Webmail" /></div>
 
 <roundcube:object name="message" id="message" />

--
Gitblit v1.9.1