CastlesBlog.com

a blog about a blog

Subscribe

I've made a few tweaks to the castlesblog template. Images now have padding and margins and headings look a bit neater.

You might also notice I added a feed icon to the top right. If your browser supports it there is a CSS rotation on it to it to make it a bit interesting. If its not rotated this is what you are missing out on...

Feed Screenshot

As far as I know the rotation works in Firefox, Safari, Chrome and Opera. The CSS to do it is fairly simple:

-o-transform:rotate(-15deg); /*OPERA*/
-moz-transform:rotate(-15deg); /*MOZILLA*/
-webkit-transform:rotate(-15deg); /*WEBKIT*/