I don't think anyone is messing with the stuff - there's just some changes that we made that affected other things, but we didn't realize that it would.
Here's one example: with the next_game scoreboard moving into its own little parse_block (not sure what that exactly entails) - the reason the numbers aren't bordered anymore is because that's a background image, which isn't linked to an absolute URL.
In QBL, it's linked to:
http://www.huskerboa...c/style_images/silverred/drop_down/dash.png
In QBTest, it's linked to:
http://www.huskerboa...c/style_images/qb_test/drop_down/dash.png
The image doesn't exist under the silverred directory, so that's why it isn't showing up.
I copied the style and global template from QB Test into QBL, and it looks like that should be fixed, for now.
I think I should commit the latest changes I made to QBLive, as well, to fix the cropping of the logo image.
Knapp, you must have gotten that screenshot after I copied over the stylesheet but before I copied over the template, from QBTest to QBL ;P