diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-21 20:35:17 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-21 20:35:17 +0200 |
commit | 7095f54fdc45bd7a1f900953e2a864e67f14cbd3 (patch) | |
tree | 30dca636242eb95010ade80d679821476513ccd7 /skins/larry/includes/header.html | |
parent | 02b1a15775d1e49cf7ddc59e5ab21c94f833838c (diff) |
Update header.html
deleted old border="0" attribute and use css instead
Diffstat (limited to 'skins/larry/includes/header.html')
-rw-r--r-- | skins/larry/includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index c8b3b26f6..5a934d89b 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -29,7 +29,7 @@ <roundcube:button command="logout" label="logout" class="button-logout" classSel="button-logout" innerClass="button-inner" /> <span class="minmodetoggle"></span> </div> - <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> + <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> </div> <roundcube:endif /> |