I want to change the height of Twitter Bootstrap Navbar to 24px height. I have tried the code in Bootply, and there the height is changing, but when I try it in my project the minimum height is 40px;
I need this navbar on 24px height: I found the other topic HERE, with this answer, but did not worked for me:
.navbar-brand,
.navbar-nav li a {
line-height: 150px;
height: 150px;
padding-top: 0;
}
Please see the code here, and tell me what am I doing wrong?