I want to change the navbar height..

I tried the below but not working (did try many other possibilities too)

.navbar {
      background-color: 
      height: 
}

Here is my html:

<body>
<div class="container">
<!--fixed top navbar-->
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<ul class="nav pull-right">
<li><a href="#">Signin</li>
</ul>
</div>
</div> <!--/fixed top navbar-->
  </div><!--container-->
       </body>


So, how to change them?

I will be having 2 navbars, so, each height, color will be diferent!

-- 
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.


Reply via email to