From 3cb38197f2ce2453f88a01a69a5f26e84d1e6d16 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 14:27:21 -0700 Subject: [PATCH] more specific panel titles and docs notes --- components.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components.html b/components.html index 815bd5d89b..e7b6bf70d4 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.