Forgot to grunt last commit
authorLaury GvR <laury@gaslightmedia.com>
Wed, 30 Mar 2016 15:14:24 +0000 (11:14 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 30 Mar 2016 15:14:24 +0000 (11:14 -0400)
css/app.css

index 808e477..ee26f94 100644 (file)
@@ -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; }