Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

0 votes
183 views

Hi!

I find it a little(very little) annoying that the tabs on the profile page have a small gap between the actual tabs and the tab content

But it can be easilly fixed by shanging the css style to this:

div#profilestatstabs ul.pstabs {
  margin: 0 0 -1px 0;
}

 

in Bug reports by MrYaz (610 points)

1 Answer

0 votes
I would love to. But I can not find a way to fix it in both Chrome and Firefox, I honestly care less for Internet explorer. It is also important that the images generated are correct afterwards.

Your fix makes it fine in Chrome but even worse in Firefox. I tried to change the padding on the "tabs" (li with id ps_tab_*) myself, from 4 and 2 px in bottom to 5 and 3, didn't work to great either.

I have a slight memory of trying to fix this before, but I assume I gave up and left it with the best solution I could find.
by magma1447 (Admin) (241k points)
...