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
Fixing padding on RSS page
-Padding got messed up on homepage with last push. This fixes the issue
  • Loading branch information
briandunnigan authored and briandunnigan committed Nov 24, 2014
1 parent 8430a58 commit b0a0913
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions style.css
Expand Up @@ -1000,9 +1000,20 @@ a.rsswidget img{
border-bottom:none;
}

#home-main #widget-feature {
#home-main .articlefeed1,
#home-main .articlefeed2,
#home-main .articlefeed3,
#home-main .articlefeed4,
#home-main .articlefeed5,
#home-main .articlefeed6{
padding:20px 40px 50px;
}
#home-main #widget-feature .textwidget {
padding:0;
}

#home-main .articlefeed1 .textwidget,
#home-main .articlefeed2 .textwidget,
#home-main .articlefeed3 .textwidget,
#home-main .articlefeed4 .textwidget,
#home-main .articlefeed5 .textwidget,
#home-main .articlefeed6 .textwidget {
padding-left:0;
}

1 comment on commit b0a0913

@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.