@@ -961,7 +961,7 @@ $cnt = count($ent_ar);
for ($i = 0; $i < $cnt; $i++) {
$messagebody .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox);
if ($i != $cnt-1) {
- $messagebody .= '<hr />';
+ $messagebody .= '<hr class="entity_sep" />';
}
@@ -1095,3 +1095,9 @@ div.viewText td.spacer {
#toggle_to, #toggle_cc {
font-size: smaller;
+
+hr.entity_sep {
+ border: 0;
+ height: 1px;
+ background-color: gray;
+}