diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-12-01 07:15:12 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-12-01 07:15:12 +0000 |
| commit | 11551f6b4d0084736959435828e85f733d26ea9a (patch) | |
| tree | 59955a527226b91244028ecb2e0aad7f26fb65e1 | |
| parent | 720d963e0bce748359eb07ffd6780a7a2fb8ed02 (diff) | |
- fix folderlist header in message.html after r3141
git-svn-id: https://svn.roundcube.net/trunk@3146 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/message.html b/roundcubemail/skins/default/templates/message.html index fcf55df0b..e3ec30da4 100644 --- a/roundcubemail/skins/default/templates/message.html +++ b/roundcubemail/skins/default/templates/message.html @@ -34,7 +34,7 @@ <div id="mainscreen"> <div id="mailleftcontainer"> <div id="mailboxlist-container"> -<div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div> +<div class="boxtitle"><roundcube:label name="mailboxlist" /></div> <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> </div> </div> |
