1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

fixes #10495 by forcing .navbar-brand height to prevent it's inner content from increasing navbar height

This commit is contained in:
Alan Hamlett
2014-01-25 21:40:56 -08:00
parent 3157a37775
commit e38fd138ce
3 changed files with 3 additions and 13 deletions

View File

@@ -3739,16 +3739,12 @@ textarea.input-group-sm > .input-group-btn > .btn {
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > .glyphicon {
float: left;
margin-top: -2px;
margin-right: 5px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {