From 6d31ef7cdceabc2783d52aacc355c7790363e3ec Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 2 Mar 2012 08:44:09 +0000 Subject: - Add image dimensions (#1487955) git-svn-id: https://svn.roundcube.net/trunk@5939 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/templates/addressbook.html | 4 ++-- roundcubemail/skins/default/templates/compose.html | 8 ++++---- roundcubemail/skins/default/templates/folders.html | 2 +- roundcubemail/skins/default/templates/mail.html | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index 1930debf1..0174f4b4a 100644 --- a/roundcubemail/skins/default/templates/addressbook.html +++ b/roundcubemail/skins/default/templates/addressbook.html @@ -33,9 +33,9 @@
- + - +
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 4921bbf0f..208c8263c 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -62,25 +62,25 @@ - + - + - + - + diff --git a/roundcubemail/skins/default/templates/folders.html b/roundcubemail/skins/default/templates/folders.html index 923027d0c..8f3aa818b 100644 --- a/roundcubemail/skins/default/templates/folders.html +++ b/roundcubemail/skins/default/templates/folders.html @@ -31,7 +31,7 @@ - " alt="" /> + " alt="" width="102" height="16" />
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 009687aef..12581d7de 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -34,7 +34,7 @@ -" alt="" /> +" alt="" width="102" height="16" />
@@ -124,9 +124,9 @@ :
- + - +
-- cgit v1.2.3