diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-21 07:22:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-21 07:22:58 +0000 |
| commit | ca4644882e54c3126dd305b0b95d030a83d4842e (patch) | |
| tree | 55c6b9487c2fcf1ca3ab0fe880bd24bbaca08ffa | |
| parent | 87a719c9655051603b600e2ec30d94ad29fc1c3b (diff) | |
#1485696: removed hardcoded size of logo image
git-svn-id: https://svn.roundcube.net/trunk@2247 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/error.html b/roundcubemail/skins/default/templates/error.html index 273013bc2..6b2ff7747 100644 --- a/roundcubemail/skins/default/templates/error.html +++ b/roundcubemail/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 |
