Skip to content

Commit

Permalink
(less) Merge pull request twbs#11514 from twbs/navbar-text-float-brea…
Browse files Browse the repository at this point in the history
…kpoint

Fix twbs#11513: Don't always float navbar-text
  • Loading branch information
juthilo committed Nov 18, 2013
2 parents 5dc01ce + a5a816f commit 17293ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@
// Add a class to make any element properly align itself vertically within the navbars.

.navbar-text {
float: left;
.navbar-vertical-align(@line-height-computed);

@media (min-width: @grid-float-breakpoint) {
float: left;
margin-left: @navbar-padding-horizontal;
margin-right: @navbar-padding-horizontal;
}
Expand Down

0 comments on commit 17293ed

Please sign in to comment.