Quote:
Originally Posted by Gamelobby
Any idea how to fix this extra gap..?
|
I use a highly modified version of this mod, but ran into the same problem. After an hour of digging, wound up adding these lines to additional.css:
Code:
/* Selected Tab Fix */
.navtabs li.selected ul.popupbody a {
line-height:26px;
font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
}
/* /Selected Tab Fix */
I have a modified style so your mileage may vary.