I am using twitter bootstrap navigation bar. However, the tab size looks rather big. I would like to adjust the tab to make it smaller. Shorter height and narrower width.
<ul class="nav navbar-nav">
<li class="active">
<a href="XXX.html">XXX</a>
</li>
<li>
<a href="YYY.html">YYY</a>
</li>
<li>
<a href="ZZZ.html">ZZZ</a>
</li>
</ul>
I got no hints on how to do so from the documentation http://www.w3schools.com/bootstrap/bootstrap_navbar.asp