Skip to content

Commit

Permalink
reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Aug 18, 2014
1 parent 7d20495 commit bd5fbff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions inc/woocommerce/css/woocommerce.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%; }
Expand Down
7 changes: 5 additions & 2 deletions inc/woocommerce/css/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit bd5fbff

Please sign in to comment.