Use scss option instead of css for better highlighting
This commit is contained in:
parent
4b194471b0
commit
1802cedbc1
5 changed files with 46 additions and 46 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue