From 03dbebb216c3658f5f657f7418ea60fdb8136b59 Mon Sep 17 00:00:00 2001 From: Philip Masek Date: Tue, 13 Oct 2015 15:04:18 +0200 Subject: [PATCH] Clarify that .panel-heading overrides font-size of tags Closes #17533 Closes #17735 --- docs/_includes/components/panels.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index dc6181cac6d3..97ce862598d9 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -21,7 +21,7 @@

Basic example

{% endhighlight %}

Panel with heading

-

Easily add a heading container to your panel with .panel-heading. You may also include any <h1>-<h6> with a .panel-title class to add a pre-styled heading.

+

Easily add a heading container to your panel with .panel-heading. You may also include any <h1>-<h6> with a .panel-title class to add a pre-styled heading. However, the font sizes of <h1>-<h6> are overridden by .panel-heading.

For proper link coloring, be sure to place links in headings within .panel-title.