From: Laury GvR Date: Wed, 30 Mar 2016 15:14:24 +0000 (-0400) Subject: Forgot to grunt last commit X-Git-Tag: v1.0.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3f857bab9a801f3892b2512987e6e1ad9b55b016;p=WP-Themes%2Fjollylama.git Forgot to grunt last commit --- diff --git a/css/app.css b/css/app.css index 808e477..ee26f94 100644 --- a/css/app.css +++ b/css/app.css @@ -6543,8 +6543,6 @@ main { /* End General CSS */ /* Product Detail page */ /* End product detail page */ - /* Product categories */ - /* End product categories */ /* Products page */ /* End Products page */ } .woocommerce ul, .woocommerce ol, .woocommerce li { @@ -7134,13 +7132,6 @@ main { font-size: 22px; } .woocommerce .main.woo-single-product #content .related ul.products li.product:last-child .price > *, .woocommerce .main.woo-single-product #content .related ul.products li.product .price > * { height: 20px; } - .woocommerce ul.products li.product-category.product { - width: 33.33%; - float: left; - padding: 20px; - margin: 0; } - .woocommerce ul.products li.product-category.product .products-image-container { - height: 150px; } .woocommerce #content ul.products { display: table; margin: 0 auto; @@ -7259,6 +7250,16 @@ main { #cart-login a:hover { color: #0f789f; } +/* Product categories */ +#main-content ul.products li.product-category.product { + width: 33.33%; + float: left; + padding: 20px; + margin: 0; } + #main-content ul.products li.product-category.product .products-image-container { + height: 150px; } + +/* End product categories */ .woocommerce .st_sharethis { float: right; width: 58px; }