11 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7674Clear float on all when navbar is collapsed - v3,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
@@ -4377,7 +4377,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
<pclass="lead">While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.</p>
<h3>Basic panel</h3>
<h3id="panels-basic">Basic panel</h3>
<p>By default, all the <code>.panel</code> does is apply some basic border and padding to contain some content.</p>
<divclass="bs-docs-example">
<divclass="panel">
...
...
@@ -4390,7 +4390,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
{% endhighlight %}
<h3>Panel with heading</h3>
<h3id="panels-heading">Panel with heading</h3>
<p>Easily add a heading to your panel with <code>.panel-heading</code>. Use it on a <code><div></code> or any heading element (e.g., <code><h3></code>).</p>
<divclass="bs-docs-example">
<divclass="panel">
...
...
@@ -4405,7 +4405,7 @@ For example, <code><section></code> should be wrapped as inline.