diff options
Diffstat (limited to 'docs/_includes/components')
| -rw-r--r-- | docs/_includes/components/panels.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index dc6181cac..97ce86259 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -21,7 +21,7 @@ {% endhighlight %} <h2 id="panels-heading">Panel with heading</h2> - <p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code><h1></code>-<code><h6></code> with a <code>.panel-title</code> class to add a pre-styled heading.</p> + <p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code><h1></code>-<code><h6></code> with a <code>.panel-title</code> class to add a pre-styled heading. However, the font sizes of <code><h1></code>-<code><h6></code> are overridden by <code>.panel-heading</code>.</p> <p>For proper link coloring, be sure to place links in headings within <code>.panel-title</code>.</p> <div class="bs-example" data-example-id="panel-with-heading"> <div class="panel panel-default"> |
