mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Use scss option instead of css for better highlighting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user