New Agregado Theme
I’m really exited with the new agregado theme provided by Smashingmagazine and just changed my theme, I’ve detected and corrected a couple of issues:
1. There’s a typo in the audioscrobber feed:
On the functions.php line 499 says:
$simple_url .= ‘/recentracks.rss’;
And should be:
$simple_url .= ‘/recenttracks.rss’;
2. I saw my flickr pictures being resized and comment two lines (103 annd 104) in the query-carousel.css:
#mycarousel img {
padding:3px;
border:1px solid #4f383d;
margin:0 13px 7px 0;
/*
height:40px;
width:40px;
*/
display:block;
}
This display the correct size of the flickr images, please let me know your comments on this new theme.
Tagged as blog, theme+ Categorized as blogroll, computer, programming