This commit is contained in:
James Koster 2014-08-18 09:24:04 +01:00
parent 7d20495935
commit bd5fbff3f9
2 changed files with 8 additions and 4 deletions

View file

@ -152,8 +152,9 @@ ul.products {
width: 2.618em;
height: auto; }
#reviews .commentlist li p.meta {
padding-bottom: 1em;
border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
margin-bottom: 1em; }
#reviews .commentlist li .description {
padding-bottom: 1.618em; }
#reviews .comment-form-author,
#reviews .comment-form-email {
width: 48%; }

View file

@ -206,8 +206,11 @@ ul.products {
}
p.meta {
padding-bottom: 1em;
border-bottom: 1px dotted $color_border;
margin-bottom: 1em;
}
.description {
padding-bottom: 1.618em;
}
}
}