diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-23 17:28:51 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-23 17:28:51 +0200 |
commit | 2b1b8a079b28fa4a9de9a98c32486fa723507b8c (patch) | |
tree | 5548c7e0deafc138bd21719b5f2a596a25c91d62 /skins/default/mail.css | |
parent | b97f21a18f9ffa5306bdccbb77c4b63a09a0e4e7 (diff) | |
parent | 85a6173879bb2486e394fb8e6b8a107a59167374 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 4eb1671a5..c8db8e0c8 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1189,7 +1189,7 @@ div.message-part blockquote border-left: 2px solid blue; border-right: 2px solid blue; background-color: #F6F6F6; - margin: 2px 0px 2px 0px; + margin: 2px 0px; padding: 1px 8px 1px 10px; } |