Fixes deleted avatar on author's name

This commit is contained in:
Alberto Garcia Cabeza
2015-11-18 13:33:22 +01:00
parent 1a57484577
commit 27cdad0a0b
2 changed files with 11 additions and 1 deletions

View File

@@ -381,6 +381,7 @@
color: $text-medium;
font-weight: lighter;
line-height: $line-height*2;
position: relative;
text-align: justify;
a {
@@ -392,6 +393,15 @@
line-height: $line-height;
margin-bottom: 0;
}
.author-deleted {
left: 0;
top: 4px;
}
.author.deleted {
margin-left: rem-calc(48);
}
}
.debate-description, .proposal-description {