aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 22:22:52 -0700
committerMark Otto <[email protected]>2013-03-31 22:22:52 -0700
commit2f8deea95ac246455a11511963ded2b63e963922 (patch)
tree0c540bd3da102b934280c05232006ea0502500f2 /docs/docs.html
parent0fbfa167e1e6ab8321f32fd050b655e8ccc8e467 (diff)
downloadbootstrap-2f8deea95ac246455a11511963ded2b63e963922.tar.xz
bootstrap-2f8deea95ac246455a11511963ded2b63e963922.zip
add .panel-primary
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 88f272c15..94826ffde 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -4578,6 +4578,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h3 id="panels-alternatives">Contextual alternatives</h3>
<p>Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.</p>
<div class="bs-docs-example">
+ <div class="panel panel-primary">
+ <div class="panel-heading">Panel heading</div>
+ Panel content
+ </div>
<div class="panel panel-success">
<div class="panel-heading">Panel heading</div>
Panel content
@@ -4596,6 +4600,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
{% highlight html linenos %}
+<div class="panel panel-primary">...</div>
<div class="panel panel-success">...</div>
<div class="panel panel-warning">...</div>
<div class="panel panel-danger">...</div>