aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components
diff options
context:
space:
mode:
authorPhilip Masek <[email protected]>2015-10-13 15:04:18 +0200
committerChris Rebert <[email protected]>2015-10-13 10:57:32 -0700
commit03dbebb216c3658f5f657f7418ea60fdb8136b59 (patch)
treed73e0b013acaa56a534f3c94fd1b879c8f74e0de /docs/_includes/components
parenta0b8cb74c56754961fb455eba0e305e44caf3675 (diff)
downloadbootstrap-03dbebb216c3658f5f657f7418ea60fdb8136b59.tar.xz
bootstrap-03dbebb216c3658f5f657f7418ea60fdb8136b59.zip
Clarify that .panel-heading overrides font-size of <hN> tags
Closes #17533 Closes #17735
Diffstat (limited to 'docs/_includes/components')
-rw-r--r--docs/_includes/components/panels.html2
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>&lt;h1&gt;</code>-<code>&lt;h6&gt;</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>&lt;h1&gt;</code>-<code>&lt;h6&gt;</code> with a <code>.panel-title</code> class to add a pre-styled heading. However, the font sizes of <code>&lt;h1&gt;</code>-<code>&lt;h6&gt;</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">