The new user page is live. Rejoice!

However, the headers look odd here:

Screenshot of my profile

The ones with links within them are too big, so they run into the text below them, except for Reputation, which is too small and ends up with a scrollbar. The ones without links appear to be fine. I'm using Chromium on Linux; someone with Firefox confirmed the header size mismatch (although he doesn't see the reputation scrollbar)

link
This has been fixed (a couple days ago I think). – Mat Jan 4 at 7:35
@Mat Ah, indeed. Thanks – Michael Mrozek Jan 4 at 7:36
feedback

2 Answers

up vote 2 down vote accepted

, or ?

perfect alignment

(Chrome 16.0.912.41 under Debian squeeze)

link
The header size is fixed for me now; the reputation scrollbar still isn't (same as your screenshot) – Michael Mrozek Nov 27 '11 at 2:48
feedback

Scrollbar on the "Reputation" heading is still there, and on Chrome for Mac as well.

The issue seems to be the padding-top: 15px on .user-show-new .user-panel #leagueRank a. That's the same amount of padding used on Stack Overflow. SO has 34-pixel-tall headings, while the unix.se ones are only 27 pixels, so the amount of padding that's good there is too much here (8px or a little less would probably be about right).

link
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged