From a699ebc2e6696922bba33f3aef190d85dfcea6e1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Nov 2015 14:04:50 -0500 Subject: [PATCH] added more styling changes to product categories list --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 646e24b..74ed4a1 100644 --- a/style.css +++ b/style.css @@ -47,9 +47,7 @@ Text Domain: galleria .widget_product_categories ul li::before{ display: none; } -.widget ul li li{ - padding-bottom: 5px; -} + /* end of custom css */ @@ -682,7 +680,7 @@ p.stars a { .widget ol li li { border: 0; margin-bottom: 0; - padding-bottom: 0; } + padding-bottom: 5px; } .widget h3.widget-title { border: 0; padding-bottom: 0; -- 2.17.1