Open
Description
The tabs in the new default theme are off by 1 or 2 pixels. Not trying to be a stickler about pushing pixels, but this one is really rather noticable because of the color contrast.
Caused by this declaration which seems to no longer serve a purpose in the new theme:
.WireTabs > * {
margin-left: -1px;
}