star rating tweaks. closes #4806

This commit is contained in:
James Koster 2014-02-17 12:49:19 +00:00
parent 1a084cc90e
commit d3c1c4ec0f
2 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -955,7 +955,7 @@ p.demo_store {
position: absolute;
top: 0;
left: 0;
padding-right: 1em;
//padding-right: 1em;
}
}
@ -1809,9 +1809,15 @@ p.demo_store {
-------------------------------------------------------------- */
.single-product {
.twentythirteen {
.entry-summary {
.entry-summary,
#reply-title,
#respond #commentform {
padding: 0;
}
p.stars {
clear: both;
}
}
}