summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-09 11:14:56 +0000
committeralecpl <alec@alec.pl>2008-10-09 11:14:56 +0000
commit70087c52bc89879b8b42c422392aecf3976bbb08 (patch)
tree6081c8eaab84ab71c9bbb23acd04a2408cf6c7ff /program/steps/mail/compose.inc
parentc47ff42c4a96502a8343683aeaa74f0794c774cd (diff)
- don't set border=0 for images (use css for that)
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r--program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index d6656ea24..ba09fe831 100644
--- a/program/steps/mail/compose.inc
+++ b/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'));