Quote:
Originally Posted by Lynne
If it isn't the stylevar navbar_link_color, then you have modified the template. This is how it should be in the template vbulletin-chrome.css - is it?
HTML Code:
.navtabs > ul.floatcontainer li a {
color:{vb:stylevar navbar_link_color};
padding:{vb:math {vb:stylevar padding}/5} {vb:math {vb:stylevar padding}/2};
}
and
HTML Code:
.navtabs > ul.floatcontainer li a.popupctrl {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:solid {vb:stylevar navbar_tab_border.borderWidth}{vb:stylevar navbar_tab_border.units} transparent;
background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center;
padding-{vb:stylevar right}:15px;
color: {vb:stylevar navbar_link_color};
}
It looks like you are also missing some padding.
|
The only things that have been changed are in the additional css... It looks okay though to me when I view it so I'm not sure where the issue is.