More tweaking of reply style
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Feb 2010 06:56:42 +0000 (23:56 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Feb 2010 06:56:42 +0000 (23:56 -0700)
imp/lib/Compose.php

index ce7121a..7af8d7e 100644 (file)
@@ -1482,7 +1482,7 @@ class IMP_Compose
         if (!empty($msg_text) &&
             ($compose_html || ($msg_text['mode'] == 'html'))) {
             $msg = '<p>' . $this->text2html(trim($msg_pre)) . '</p>' .
-                   '<blockquote type="cite" style="border-left:1px solid blue;padding-left:10px;background-color:#f0f0f0">' .
+                   '<blockquote type="cite" style="background-color:#f0f0f0">' .
                    (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
                    '</blockquote>' .
                    ($msg_post ? $this->text2html($msg_post) : '') . '<br />';