diff --git a/docs/components.html b/docs/components.html index 0c70ef1680..104bedf54f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -512,7 +512,7 @@ </div> </div> -
To make the navbar fixed, swamp the .navbar-static
class for .navbar-fixed
. 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, swap the .navbar-static
class for .navbar-fixed
. In your CSS, you will also need to account for the overlap it causes by adding padding-top: 40px;
to your <body>
.
<div class="navbar navbar-fixed"> ...