2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #8832 and #8823: remove max-width from .navbar-brand when not mobile

This commit is contained in:
Mark Otto
2013-08-05 00:50:40 -07:00
parent 11e46845b2
commit d2389ec7c4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -3051,6 +3051,7 @@ button.close {
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.navbar-brand { .navbar-brand {
float: left; float: left;
max-width: none;
margin-right: 5px; margin-right: 5px;
margin-left: -15px; margin-left: -15px;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -302,6 +302,7 @@
float: left; float: left;
margin-left: -(@navbar-padding-horizontal); margin-left: -(@navbar-padding-horizontal);
margin-right: 5px; margin-right: 5px;
max-width: none; // Disables the default mobile setting
} }
.navbar-nav { .navbar-nav {
float: left; float: left;