From: Mark Otto Date: Sat, 17 Aug 2013 21:27:21 +0000 (-0700) Subject: more specific panel titles and docs notes X-Git-Tag: v3.0.0~75^2~26^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb38197f2ce2453f88a01a69a5f26e84d1e6d16;p=thirdparty%2Fbootstrap.git more specific panel titles and docs notes --- 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.