<div class="row-fluid">
<!--top navbar-->
<div class="navbar1 navbar navbar-inverse">
<div class="navbar-inner">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="#">Sign In</a></li>
</ul>
</div>
</div><!--/navbar1-->
</div><!--/row-fluid-->
This is how my navbar looks like. Now, I want it to attach to header which
lives in another row-fluid.. But the navbar is internally adding some
bottom padding.
So, how to remove it?
it tried
.nav .navbar {
padding-bottom: 0px;
}
but its not working
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.