]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #8059: update navbar responsive break variable
authorMark Otto <otto@github.com>
Sun, 2 Jun 2013 22:51:28 +0000 (15:51 -0700)
committerMark Otto <otto@github.com>
Sun, 2 Jun 2013 22:51:28 +0000 (15:51 -0700)
less/navbar.less

index 0576022d14707de091d39564a2a5e8b1e172cd2a..84fd742b13c6ea29f2c19bdf0af036b5955a70bf 100644 (file)
 // Responsive navbar
 // --------------------------------------------------
 
-@media screen and (min-width: @screen-tablet) {
+@media screen and (min-width: @grid-float-breakpoint) {
 
   .navbar-brand {
     float: left;