aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 00:50:40 -0700
committerMark Otto <[email protected]>2013-08-05 00:50:40 -0700
commitd2389ec7c41183bde77b39ff8f86ff827c9b2174 (patch)
treed283c1fff5b242027b5ec3865cf5a97cd842837b /dist/css/bootstrap.css
parent11e46845b2d33889a7aa9bed7e63b686061e1db3 (diff)
downloadbootstrap-d2389ec7c41183bde77b39ff8f86ff827c9b2174.tar.xz
bootstrap-d2389ec7c41183bde77b39ff8f86ff827c9b2174.zip
fixes #8832 and #8823: remove max-width from .navbar-brand when not mobile
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index e34b0b81f..036ff65ce 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3051,6 +3051,7 @@ button.close {
@media screen and (min-width: 768px) {
.navbar-brand {
float: left;
+ max-width: none;
margin-right: 5px;
margin-left: -15px;
}