Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Soul-Scape Theme
This discussion has been closed.
Comments
This is the wonder of community! I'll just go over here and fix that....
I think I've found another bug though. In an open forum, like yours, when the user isn't logged in, the tabs appear too far down.
I tried to replicate this on my own forum, but It works fine for me.
I also used the ever-handy web developer extension for firefox to swap the CSS you're using with my current version and that seemed to fix the problem.
I'll just update the download, and then you can try that out and see if it fixes anything.
You've added a
top:7px;
to the tab code, this is pushing them over the edge of the whitespace.
Try replacing that section with this.
.TabOn, .TabOn:link, .TabOn:visited, .TabOn:hover, .TabOff, .TabOff:link, .TabOff:visited, .TabOff:hover { position: relative; padding: 8px 25px 8px 25px; padding-top: 2px; font-size: 11px; text-align: center; text-decoration: none; }
That will produce those slightly widened tabs, and not infringe the whitespace,
All fixed now.