Quote:
Originally Posted by Dubi
... and if you want to change this: (si es que no lo quieres as? a prop?sito)
to this:
edit vbulletin-chrome.css template, find .navtabs and add margin-top:6px;
|
I tried this and pasted code like this:
Code:
.navtabs {
margin-top:6px;
background:{vb:stylevar navbar_tab_background};
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
height: {vb:stylevar navbar_tab_size.height}px;
_background-image:none;
}
This didnt work for me, did i put it in the wrong place?