This commit is contained in:
James Koster 2016-11-29 10:34:37 +00:00
parent 7f9e69e91d
commit 2a1f8488d1
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -438,13 +438,20 @@ table.variations {
}
#reviews {
li.review,
li.comment {
list-style: none;
margin-right: 0;
margin-bottom: 2.5em;
.avatar {
max-height: 36px;
width: auto;
float: right;
}
p.meta {
margin-bottom: .5em;
}
}