Skip to content

Commit

Permalink
remove featured styling. closes woocommerce#20
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Sep 4, 2014
1 parent 4f99a73 commit 2e01092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
7 changes: 0 additions & 7 deletions inc/woocommerce/css/woocommerce.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ ul.products {
margin: 0 auto 1.618em; }
ul.products li.product.product-category img {
margin-bottom: 1.618em; }
ul.products li.product.featured {
padding-bottom: 2.244em;
background-color: rgba(0, 0, 0, 0.015); }
ul.products li.product.featured .price,
ul.products li.product.featured h3 {
padding-left: 1.618em;
padding-right: 1.618em; }
ul.products li.product .button {
margin-bottom: .236em; }

Expand Down
11 changes: 0 additions & 11 deletions inc/woocommerce/css/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ ul.products {
}
}

&.featured {
padding-bottom: 2.244em;
background-color: rgba(0,0,0,0.015);

.price,
h3 {
padding-left: 1.618em;
padding-right: 1.618em;
}
}

.button {
margin-bottom: .236em;
}
Expand Down

0 comments on commit 2e01092

Please sign in to comment.