in our current setup, several parts of the code are making changes to CSS to create space in the layout for the Quickbar:
* skin.php line 242 -- puts an empty TD in both the top and bottom tables * skinstandard.php line 40 -- sets the width of the div.article
it would be much simpler to only have skinstandard.php set the margin for div.content, since that contains both tables. that way we lose the daft empty spacer cells in both header and footer tables
thoughts before I make this change?