aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 14:27:21 -0700
committerMark Otto <[email protected]>2013-08-17 14:27:21 -0700
commit3cb38197f2ce2453f88a01a69a5f26e84d1e6d16 (patch)
tree62230de0aeace9b7af6cc57fe99cccb08fa687a6 /components.html
parent1b814ddd0a5768ff8ee85bef28f026e06fbace93 (diff)
downloadbootstrap-3cb38197f2ce2453f88a01a69a5f26e84d1e6d16.tar.xz
bootstrap-3cb38197f2ce2453f88a01a69a5f26e84d1e6d16.zip
more specific panel titles and docs notes
Diffstat (limited to 'components.html')
-rw-r--r--components.html6
1 files changed, 3 insertions, 3 deletions
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; }
<p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code>&lt;h1&gt;</code>-<code>&lt;h6&gt;</code> with a <code>.panel-title</code> class to add a pre-styled heading.</p>
<div class="bs-example">
<div class="panel">
- <div class="panel-heading">Panel heading</div>
+ <div class="panel-heading">Panel heading without title</div>
<div class="panel-body">
Panel content
</div>
@@ -2419,7 +2419,7 @@ body { padding-bottom: 70px; }
</div>
{% highlight html %}
<div class="panel">
- <div class="panel-heading">Panel heading</div>
+ <div class="panel-heading">Panel heading without title</div>
<div class="panel-body">
Panel content
</div>
@@ -2436,7 +2436,7 @@ body { padding-bottom: 70px; }
{% endhighlight %}
<h3 id="panels-footer">Panel with footer</h3>
- <p>Wrap buttons or secondary text in <code>.panel-footer</code>.</p>
+ <p>Wrap buttons or secondary text in <code>.panel-footer</code>. Note that panel footers <strong>do not</strong> inherit colors and borders when using contextual variations as they are not meant to be in the foreground.</p>
<div class="bs-example">
<div class="panel">
<div class="panel-body">