diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 05befa3a2f..8b8d35b4bd 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -280,9 +280,6 @@ pre { overflow: hidden; word-wrap: break-word; float: left; - &:after{ - content: " ..."; - } } #mail-index { position: relative diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index e51a81aff2..2da88215d1 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -276,9 +276,6 @@ pre { word-wrap: break-word; float: left; } -.useEllipsis:after { - content: " ..."; -} #mail-index { position: relative; } @@ -1780,8 +1777,7 @@ div#displayToolbar-menulist img { /*Label*/ } #mail-subscribe table.et2_grid tr td .mail_subscription_header { - font-size: 250%; - line-height: 270%; + /*line-height: 270%;*/ margin: 0.6em 0 0; font-weight: lighter; line-height: 2em;