From: Philip Masek Date: Tue, 13 Oct 2015 13:04:18 +0000 (+0200) Subject: Clarify that .panel-heading overrides font-size of tags X-Git-Tag: v3.3.6~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03dbebb216c3658f5f657f7418ea60fdb8136b59;p=thirdparty%2Fbootstrap.git Clarify that .panel-heading overrides font-size of tags Closes #17533 Closes #17735 --- diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index dc6181cac6..97ce862598 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -21,7 +21,7 @@ {% 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.