Remove hard-coded size of logo image (#1484378)
| | |
| | | <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" /> |
| | |
| | | </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" /> |
| | | |