You might notice…

that some of the links have little arrows at the right. I borrowed this idea off Michael at Binary Bonsai by looking at his CSS file. Here's the code I used:
.storycontent a[href*="http"] {
padding-right: 6px;
background: url('wp-images/out.gif') right top no-repeat;
margin-right: 2px;
}

.storycontent a[href*="www.higgs-family.net"] {
padding-right: 0px;
background: url(none);
margin-right: 0px;
}

Thanks, Michael!

blog comments powered by Disqus