diff options
| author | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
| commit | 1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f (patch) | |
| tree | 7a63ae1a434fae8cb51835fafd1b531d5f5da64e /docs/_includes/components/panels.html | |
| parent | dbe47654160d389c6991a312c9cecd2eeb9b6122 (diff) | |
| parent | 22b79dae3c9307c329e6722ff1be8aa0a4143812 (diff) | |
| download | bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.tar.xz bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.zip | |
Merge branch 'master' into pr/15278
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/_includes/components/panels.html')
| -rw-r--r-- | docs/_includes/components/panels.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index 501e4ddd3..a0d4448c4 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -5,7 +5,7 @@ <h3 id="panels-basic">Basic example</h3> <p>By default, all the <code>.panel</code> does is apply some basic border and padding to contain some content.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="simple-panel"> <div class="panel panel-default"> <div class="panel-body"> Basic panel example @@ -23,7 +23,7 @@ <h3 id="panels-heading">Panel with heading</h3> <p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code><h1></code>-<code><h6></code> with a <code>.panel-title</code> class to add a pre-styled heading.</p> <p>For proper link coloring, be sure to place links in headings within <code>.panel-title</code>.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="panel-with-heading"> <div class="panel panel-default"> <div class="panel-heading">Panel heading without title</div> <div class="panel-body"> @@ -59,7 +59,7 @@ <h3 id="panels-footer">Panel with footer</h3> <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="bs-example" data-example-id="panel-with-footer"> <div class="panel panel-default"> <div class="panel-body"> Panel content @@ -78,7 +78,7 @@ <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-example"> + <div class="bs-example" data-example-id="contextual-panels"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Panel title</h3> @@ -130,7 +130,7 @@ <h3 id="panels-tables">With tables</h3> <p>Add any non-bordered <code>.table</code> within a panel for a seamless design. If there is a <code>.panel-body</code>, we add an extra border to the top of the table for separation.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="table-within-panel"> <div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> @@ -187,7 +187,7 @@ {% endhighlight %} <p>If there is no panel body, the component moves from panel header to table without interruption.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="panel-without-body-with-table"> <div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> @@ -240,7 +240,7 @@ <h3 id="panels-list-group">With list groups</h3> <p>Easily include full-width <a href="#list-group">list groups</a> within any panel.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="panel-with-list-group"> <div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> |
