git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13209
7612ce4b-ef26-0410-bec9-
ea0150e637f0
for ($i = 0; $i < $cnt; $i++) {
$messagebody .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox);
if ($i != $cnt-1) {
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" />';
#toggle_to, #toggle_cc {
font-size: smaller;
}
#toggle_to, #toggle_cc {
font-size: smaller;
}
+
+hr.entity_sep {
+ border: 0;
+ height: 1px;
+ background-color: gray;
+}