this should remain in style.css

This commit is contained in:
marijus 2013-12-03 23:26:21 +01:00
parent 27e0f4e061
commit 6d4a265ab2
2 changed files with 7 additions and 2 deletions

View File

@ -15,8 +15,6 @@ img.mail-list-sender-photo {
width: 24px;
float: left;
margin-right: 30px;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
}
.mail-list-remove {

View File

@ -3237,3 +3237,10 @@ text-decoration: none;
color: $toolicon_colour;
margin-right: 10px;
}
/* message */
img.mail-list-sender-photo {
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
}