]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove more old navbar styles
authorMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:07:37 +0000 (00:07 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:07:37 +0000 (00:07 -0700)
scss/_navbar.scss

index 09baf4bc98c15a4ac1da1d77fb0c4bbb056c3c3a..801e671356c8cf6b7cb68c2fe8f4de32c6c1a0d6 100644 (file)
 }
 
 
-// Buttons in navbars
-//
-// Vertically center a button within a navbar (when *not* in a form).
-
-// .navbar-btn {
-//   @include navbar-vertical-align($input-height-base);
-
-//   &.btn-sm {
-//     @include navbar-vertical-align($input-height-sm);
-//   }
-//   &.btn-xs {
-//     @include navbar-vertical-align(22);
-//   }
-// }
-
-
-// Text in navbars
-//
-// Add a class to make any element properly align itself vertically within the navbars.
-
-// .navbar-text {
-//   // @include navbar-vertical-align($line-height-computed);
-
-//   @include media-breakpoint-up(sm) {
-//     float: left;
-//     margin-right: $navbar-padding-horizontal;
-//     margin-left: $navbar-padding-horizontal;
-//   }
-// }
-
-
-// Component alignment
-//
-// Repurpose the pull utilities as their own navbar utilities to avoid specificity
-// issues with parents and chaining. Only do this when the navbar is uncollapsed
-// though so that navbar contents properly stack and align in mobile.
-//
-// Declared after the navbar components to ensure more specificity on the margins.
-
-// @include media-breakpoint-up(sm) {
-//   .navbar-left {
-//     @include pull-left();
-//   }
-//   .navbar-right {
-//     @include pull-right();
-//     margin-right: -$navbar-padding-horizontal;
-
-//     ~ .navbar-right {
-//       margin-right: 0;
-//     }
-//   }
-// }
-
-
 // Condensed navbar
 
 .navbar-condensed {