/* Styles available throughout the RSS module pages. */

.rssLink {
    display: inline-block;
    min-height: 18px;
    padding-top: 2px;
    padding-left: 28px;
    background: url('/App_Themes/Default/images/icons/20x20_rss.gif') no-repeat;
}

#BlogsRssFeeds {
}

    #BlogsRssFeeds ul {
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
    }

        #BlogsRssFeeds ul li {
            margin-left: 0;
            padding-left: 0;
            list-style-type: none;
        }

#OtherRssFeeds {
}

    #OtherRssFeeds ul {
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
    }

        #OtherRssFeeds ul li {
            margin-left: 0;
            padding-left: 0;
            list-style-type: none;
        }

