0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
This commit is contained in:
Mark Otto 2013-08-15 13:54:47 -07:00
parent 25e11903e3
commit 2dbf2bb8fb
3 changed files with 13 additions and 1 deletions

View File

@ -3507,6 +3507,13 @@ button.close {
color: #777777;
}
@media (min-width: 768px) {
.navbar-text {
margin-right: 15px;
margin-left: 15px;
}
}
.navbar-link {
color: #777777;
}

File diff suppressed because one or more lines are too long

View File

@ -403,6 +403,11 @@
float: left;
color: @navbar-color;
.navbar-vertical-align(@line-height-computed);
@media (min-width: @grid-float-breakpoint) {
margin-left: @navbar-padding-horizontal;
margin-right: @navbar-padding-horizontal;
}
}