remove unnecessary .useElipsis:after

This commit is contained in:
Ralf Becker 2014-08-20 08:24:27 +00:00
parent 28d2fad14a
commit 76e229b718
2 changed files with 1 additions and 8 deletions

View File

@ -280,9 +280,6 @@ pre {
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
float: left; float: left;
&:after{
content: " ...";
}
} }
#mail-index { #mail-index {
position: relative position: relative

View File

@ -276,9 +276,6 @@ pre {
word-wrap: break-word; word-wrap: break-word;
float: left; float: left;
} }
.useEllipsis:after {
content: " ...";
}
#mail-index { #mail-index {
position: relative; position: relative;
} }
@ -1787,8 +1784,7 @@ div#displayToolbar-menulist img {
/*Label*/ /*Label*/
} }
#mail-subscribe table.et2_grid tr td .mail_subscription_header { #mail-subscribe table.et2_grid tr td .mail_subscription_header {
font-size: 250%; /*line-height: 270%;*/
line-height: 270%;
margin: 0.6em 0 0; margin: 0.6em 0 0;
font-weight: lighter; font-weight: lighter;
line-height: 2em; line-height: 2em;