thomascube
2008-03-21 46bc52b56a3201fc3e1aa687eb99725d8e26b37a
Remove hard-coded size of logo image (#1484378)

2 files modified
4 ■■■■ changed files
skins/default/includes/header.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/login.html 2 ●●● patch | view | raw | blame | history
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" />
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" />