So, I've got the font size on my profile pretty small, except when you scroll down to the last.fm widget, and the "'s recent songs" sort of just leaps out at you because it's so large. Is there any way to change the font size of that text?
Another, less pertinent question, is there any way to change the size of the flower image that appears on my profile? Only the flower image. I've somewhat got it sized down, awkwardly, because it also resized the mail and friend buttons.
You can change the size with this:
table[id^="lastfm-"] th {font-size: 10px;}
To specifically resize only the flower image,
center a img {height:16px;}