From 0580f50f97fd07238849d94e015dd5432aeb5cb7 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Thu, 7 Aug 2014 13:59:49 -0400 Subject: [PATCH] Image Widget removed padding, border, background. --- sass/widgets.scss | 6 +++++- style.css | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sass/widgets.scss b/sass/widgets.scss index 996ec97..2d971e2 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -160,7 +160,11 @@ } } } - &.widget_sp_image {} + &.widget_sp_image { + padding:0; + border:none; + background-color:transparent; + } &.widget_metaslider_widget { padding:0; background-color:transparent; diff --git a/style.css b/style.css index 37c9b5f..2e1f6f1 100644 --- a/style.css +++ b/style.css @@ -7411,6 +7411,11 @@ object { .widget.widget_rcpt ul .rcpt_item_date { margin: .5em 5% 1em; } +.widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; +} .widget.widget_metaslider_widget { padding: 0; background-color: transparent;