border-radius: 500px;
}
-.container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container {
- width: 940px;
+.container {
+ max-width: 940px;
}
.row {
}
@media (min-width: 1200px) {
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
- width: 1170px;
+ .container {
+ max-width: 1170px;
}
.row {
margin-right: -15px;
// Set the container width, and override it for fixed navbars in media queries
-.container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container { width: 940px; }
+.container {
+ max-width: 940px;
+}
// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth, @gridRowWidth);
@media (min-width: 1200px) {
// Set the container width, and override it for fixed navbars in media queries
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
- width: 1170px;
+ .container {
+ max-width: 1170px;
}
// Fixed grid
<h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>
- <a class="btn btn-large btn-primary" href="../components.html#navbar">View navbar docs »</a>
+ <a class="btn btn-large btn-primary" href="../../docs/components.html#navbar">View navbar docs »</a>
</p>
</div>
<h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>
- <a class="btn btn-large btn-primary" href="../components.html#navbar">View navbar docs »</a>
+ <a class="btn btn-large btn-primary" href="../../docs/components.html#navbar">View navbar docs »</a>
</p>
</div>
<h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>
- <a class="btn btn-large btn-primary" href="../components.html#navbar">View navbar docs »</a>
+ <a class="btn btn-large btn-primary" href="../../docs/components.html#navbar">View navbar docs »</a>
</p>
</div>