reviews #12038
This commit is contained in:
parent
7f9e69e91d
commit
2a1f8488d1
File diff suppressed because one or more lines are too long
|
@ -438,13 +438,20 @@ table.variations {
|
||||||
}
|
}
|
||||||
|
|
||||||
#reviews {
|
#reviews {
|
||||||
|
li.review,
|
||||||
li.comment {
|
li.comment {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
margin-bottom: 2.5em;
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
max-height: 36px;
|
max-height: 36px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.meta {
|
||||||
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue