HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Tiny Bug Report/Fix - v0.9.5.1b Moves all Profile Tabs Over When Clicked

kirkpa31kirkpa31 ✭✭
edited April 2013 in Feedback

Hi, just downloaded the newest version - noticed that all the profile tabs shift over when it is clicked (in v0.9.6.3b, clicking 'Karma Bank' tab removed other tabs, creating a 'Back to Profile' tab instead)

I like the upgraded version much, much better - this small change that can be made to either the karma.css or your custom.css is:

Change

div.ProfileTabs ul{ text-align:right; }

to

div.ProfileTabs ul{ text-align:left; }

Comments

Sign In or Register to comment.