There's a teeny bit of CSS provided by Twitter Tools that interacts badly with WordPress 2.7, adding a margin to the top of every heading across the admin backend.
The offending CSS:
.wrap h2 {
margin-top: 32px;
}
Which comes from:
http://bethesignal.org/index.php?ak_action=aktt_css_admin
Thanks!