Feed Syndicate
Print screen without any additional styling

Structure with classes and id's
The module class suffix is "_syndicate".
div.moduletable_syndicate
h3 RSS feed
a img span RSS feed
CSS
div.moduletable_syndicate {
margin: 0 0 20px 0;
padding: 0 0 20px 0;
Border-bottom: 1px #660000 dotted;
}
div.moduletable_syndicate a,
div.moduletable_syndicate a:visited {}
div.moduletable_syndicate a:hover {}
Styling the Feed image on the same line as the link.
div.moduletable_syndicate a img {
float: left;
margin-right: 4px;
}
Print screen after applying CSS


