Very well done.
Here’s a demo:
http://bbshowcase.org/forums/?bbtheme=toonewsy
You must have display:block on images inside the #latestdiscussions table.
I’ll have to put an override in the topic icons plugin.
Thanks for the comments. I have just released v1.1 to hopefully fix the block issue:
http://ericlbarnes.com/projects/toonewsy-for-bbpress/
Good fix, I got distracted after I posted that and never did it myself.
There’s also a border issue on images but I think most themes have that problem and it’s another thing I have to enforce in it’s own stylesheet.
actually, you are causing it here:
#posts .post .content a img {
border: 1px solid #ccc;
}
You may way to limit it to topic pages and not any kind of table like latest-discussions.
This theme is excellent, but in 0.9.0.4, posts do not display properly in IE6 (and AOL). What happens is IE6 users see a line or two of each post.
I am trying to troubleshoot this display problem for a minority of site users who MUST use IE6 due to outdated equipment or draconian workplace policies. (The theme is perfect in Firefox, but a lot of people can’t use it.)
I would really appreciate any help!