Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Image Widget
Browse files Browse the repository at this point in the history
removed padding, border, background.
  • Loading branch information
andrewmbacon committed Aug 7, 2014
1 parent e6614d4 commit 0580f50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0580f50

Please sign in to comment.