diff --git a/components.html b/components.html index 815bd5d89..e7b6bf70d 100644 --- a/components.html +++ b/components.html @@ -2403,7 +2403,7 @@ body { padding-bottom: 70px; }

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.

-
Panel heading
+
Panel heading without title
Panel content
@@ -2419,7 +2419,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
-
Panel heading
+
Panel heading without title
Panel content
@@ -2436,7 +2436,7 @@ body { padding-bottom: 70px; } {% endhighlight %} -

Wrap buttons or secondary text in .panel-footer.

+

Wrap buttons or secondary text in .panel-footer. Note that panel footers do not inherit colors and borders when using contextual variations as they are not meant to be in the foreground.