diff --git a/style.css b/style.css index 7223625..c4ec5ae 100644 --- a/style.css +++ b/style.css @@ -962,9 +962,7 @@ background-color:transparent!important; } /* Article Feeds */ -.articlefeed1 .widget.widget_rss, .articlefeed2 .widget.widget_rss, .articlefeed3 .widget.widget_rss, .articlefeed4 .widget.widget_rss, .articlefeed5 .widget.widget_rss, .articlefeed6 .widget.widget_rss{ - padding: 60px 50px 60px 50px; -} + .articlefeed1 .widget.widget_rss ul, .articlefeed2 .widget.widget_rss ul, .articlefeed3 .widget.widget_rss ul, @@ -986,9 +984,25 @@ color: #1b2e67; .articlefeed1 ul li a.rsswidget { font-size: 16px; line-height: 20px; - color:#333; + color:#08c; } a.rsswidget img{ display:none; +} + +#home-main .widget_rss li { + border-bottom: 1px solid #EFEFEF; + margin-bottom: 22px; + padding-bottom: 22px; +} + #home-main .widget_rss li:nth-last-child(1) { + border-bottom:none; + } + +#home-main #widget-feature { + padding:20px 40px 50px; +} +#home-main #widget-feature .textwidget { + padding:0; } \ No newline at end of file