It's an excellent mod, something I have been looking for since a very long time, thank you very much for that.
However I have a litte styling issue. I use this code to add an extra background graphic to the block titles:
Code:
#sidebar_container .block {
background: url("images/style/bg.png") top repeat-x;
}
My sidebar poll block is now looking like on the image attached to this post (before voting).
I went through all the templates, the block code, the plugin. But I simply don't manage to find the code to remove this background graphic from inside of the block and from behind the poll question.
Do you have any idea how and where I can remove it? Thanks a lot!