What's new

Slight alignment issue

Status
Not open for further replies.
M

MyLittlePony

Guest
There's a small alignment issue (in chrome at least):

mxLcxU3.jpg



CSS Fix:
PHP:
.tabs li a, .tabs.noLinks li {
     font-weight: bold;
     color: rgb(188, 188, 188);
     text-decoration: none;
     background-color: transparent;
     padding: 0 20px;        <------ CHANGE THIS LINE
     border: 1px solid transparent;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -khtml-box-shadow: none;
     line-height: 26px;
     display: inline-block;
     cursor: pointer;
     outline: 0 none;
     height: 26px;
}

00Y8gGn.jpg
 
Status
Not open for further replies.
Top Bottom