After tinkering with the common syndication icon for RSS and Atom a bit more on Workbench, I've added text that makes the purpose of the orange blibbet less obscure.
The HTML markup relies on Cascading Style Sheets to align properly and turn the text orange before it is clicked:
Here's the styles defined for this markup:
.rsslink {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
font-size: 10px;
}
.rsslink a {
text-decoration: none;
}
.rsslink a:hover {
color: #CC6600;
}
.rsslink img {
vertical-align: -40%;
}
Perhaps I'm overthinking this.
