From 5496e6fd8aad3a22dde79a5c5c9e3efbd392ba5a Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 9 Oct 2008 11:14:56 +0000 Subject: - don't set border=0 for images (use css for that) git-svn-id: https://svn.roundcube.net/trunk@1967 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/mail/compose.inc') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index d6656ea24..ba09fe831 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -720,7 +720,7 @@ function rcmail_compose_attachment_list($attrib) $button = html::img(array( 'src' => $CONFIG['skin_path'] . $attrib['deleteicon'], 'alt' => rcube_label('delete'), - 'style' => "border:0;padding-right:2px;vertical-align:middle")); + 'style' => "padding-right:2px;vertical-align:middle")); else $button = Q(rcube_label('delete')); -- cgit v1.2.3