Profile Page Tabs

Sheldon

Well-known member
I have toyed with the CSS for an hour now, and cannot get it to change. Here is what I have:

WcbHKs.png


I applied this (in bold) to the CSS:

.profilePage .tabs.mainTabs li.active a {
padding-left: 12px;
padding-right: 12px;
padding-bottom: 1px;
background-color: #f26900;
color: #E6E6E6;

And get this:
FQPnmN.png


Which is what I wanted, the padding on Profile has decreased on each side. However, I cannot seem to locate which controls the "Non-Selected Tabs", such as Activity, postings, etc....

Any help?
 
This is where I thought it would go:

.profilePage .tabs.mainTabs {
background: none repeat scroll 0 0 #333333;
height: auto;
margin-top: -13px;
min-height: 13px;
padding: 0 2px;
position: relative;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

Except when I add the padding CSS (copy/pasta from the above), nothing changes....
 
Top Bottom