Commit 2dbf2bb8 authored by Mark Otto's avatar Mark Otto

fixes #9629

parent 25e11903
...@@ -3507,6 +3507,13 @@ button.close { ...@@ -3507,6 +3507,13 @@ button.close {
color: #777777; color: #777777;
} }
@media (min-width: 768px) {
.navbar-text {
margin-right: 15px;
margin-left: 15px;
}
}
.navbar-link { .navbar-link {
color: #777777; color: #777777;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -403,6 +403,11 @@ ...@@ -403,6 +403,11 @@
float: left; float: left;
color: @navbar-color; color: @navbar-color;
.navbar-vertical-align(@line-height-computed); .navbar-vertical-align(@line-height-computed);
@media (min-width: @grid-float-breakpoint) {
margin-left: @navbar-padding-horizontal;
margin-right: @navbar-padding-horizontal;
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment