{# Brand and toggle get grouped for better mobile display #}
diff --git a/doc/bootstrap/grid.less b/doc/bootstrap/grid.less
index e100655b..2e61c942 100644
--- a/doc/bootstrap/grid.less
+++ b/doc/bootstrap/grid.less
@@ -7,7 +7,7 @@
//
// Set the container width, and override it for fixed navbars in media queries.
-.container {
+.tb-container {
.container-fixed();
@media (min-width: @screen-sm-min) {
diff --git a/doc/bootstrap/jumbotron.less b/doc/bootstrap/jumbotron.less
index 93036d3c..909580f9 100644
--- a/doc/bootstrap/jumbotron.less
+++ b/doc/bootstrap/jumbotron.less
@@ -24,19 +24,19 @@
border-top-color: darken(@jumbotron-bg, 10%);
}
- .container &,
+ .tb-container &,
.container-fluid & {
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
}
- .container {
+ .tb-container {
max-width: 100%;
}
@media screen and (min-width: @screen-sm-min) {
padding: (@jumbotron-padding * 1.6) 0;
- .container &,
+ .tb-container &,
.container-fluid & {
padding-left: (@jumbotron-padding * 2);
padding-right: (@jumbotron-padding * 2);
diff --git a/doc/bootstrap/navbar.less b/doc/bootstrap/navbar.less
index 6d751bb9..03f4e2ac 100644
--- a/doc/bootstrap/navbar.less
+++ b/doc/bootstrap/navbar.less
@@ -103,7 +103,7 @@
//
// When a container is present, change the behavior of the header and collapse.
-.container,
+.tb-container,
.container-fluid {
> .navbar-header,
> .navbar-collapse {
@@ -177,7 +177,7 @@
}
@media (min-width: @grid-float-breakpoint) {
- .navbar > .container &,
+ .navbar > .tb-container &,
.navbar > .container-fluid & {
margin-left: -@navbar-padding-horizontal;
}