diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b15d66b4a1..d9c4b4c604 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 8cd2e58d8d..ac87f74b53 100644 --- a/docs/components.html +++ b/docs/components.html @@ -815,12 +815,14 @@ </div> </div> -
To make the navbar fixed to the top of the viewport, add .navbar-fixed-top
to the outermost div, .navbar
. In your CSS, you will also need to account for the overlap it causes by adding padding-top: 40px;
to your <body>
.
To make the navbar fixed to the top of the viewport, add .navbar-fixed-top
to the outermost div, .navbar
.
<div class="navbar navbar-fixed-top"> ... </div>+
In your CSS, you will also need to account for the overlap it causes by adding 40px or more of padding to your <body>
. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.
A simple link to show your brand or project name only requires an anchor tag.
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 34cc5980cc..ec7ba2636e 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -739,12 +739,14 @@ </div> </div>-
{{_i}}To make the navbar fixed to the top of the viewport, add .navbar-fixed-top
to the outermost div, .navbar
. In your CSS, you will also need to account for the overlap it causes by adding padding-top: 40px;
to your <body>
.{{/i}}
{{_i}}To make the navbar fixed to the top of the viewport, add .navbar-fixed-top
to the outermost div, .navbar
.{{/i}}
<div class="navbar navbar-fixed-top"> ... </div>+
{{_i}}In your CSS, you will also need to account for the overlap it causes by adding 40px or more of padding to your <body>
. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.{{/i}}
{{_i}}A simple link to show your brand or project name only requires an anchor tag.{{/i}}