diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 695482ead..a1e6d063f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1574,7 +1574,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <div class="bs-callout bs-callout-danger"> <h4>Body padding required</h4> <p>The fixed navbar will overlay your other content, unless you add <code>padding</code> to the top of the <code><body></code>. Try out your own values or use our snippet below. Tip: By default, the navbar is 50px high.</p> -{% highlight css %} +{% highlight scss %} body { padding-top: 70px; } {% endhighlight %} <p>Make sure to include this <strong>after</strong> the core Bootstrap CSS.</p> @@ -1618,7 +1618,7 @@ body { padding-top: 70px; } <div class="bs-callout bs-callout-danger"> <h4>Body padding required</h4> <p>The fixed navbar will overlay your other content, unless you add <code>padding</code> to the bottom of the <code><body></code>. Try out your own values or use our snippet below. Tip: By default, the navbar is 50px high.</p> -{% highlight css %} +{% highlight scss %} body { padding-bottom: 70px; } {% endhighlight %} <p>Make sure to include this <strong>after</strong> the core Bootstrap CSS.</p> |
