Hi When viewing the history of a commit, there is a large whitespace next to where the user gavatar / gist it button is. basically, the #commit_header table gets bumped down.
The fix for this was pretty simple: in history.css, for the #commit_header style (line 5), just removed the width: 100% and that fixed it. Now the gravatar and gist it buttons float to the right, and the commit_header shows up on the left - no more big whitespace. Thanks m.
