Updated the file in my config. Added some small fixes and styling for the recent columns/movie block. It's hidden by default, but to show it again all you have to do is remove 'table[height="250"], '.
The hover-effects in the poll-box can be overridden, although it gets very ugly code-wise. Would be nice if CSS could be used here instead, as it does the job just as well.
Being able to resize the left column would also be really nice.
/not amused
Add:
input.loginField {
width:90px !important;
}
After:
input[type="text"] {
width:400px !important;
}
Being able to resize the left column would also be really nice.