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

Commit

Permalink
Browse files Browse the repository at this point in the history
Style change for RSS feed
- Adding color to site title
- Adding a border and some padding to separate separate news stories
from the RSS feed
  • Loading branch information
briandunnigan authored and briandunnigan committed Nov 24, 2014
1 parent 9ff0662 commit 8430a58
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions style.css
Expand Up @@ -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,
Expand All @@ -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;
}

1 comment on commit 8430a58

@jem08002
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added these changes to the my current fork to be merged soon.

Please sign in to comment.