From 44447eeefe61dbb16cab59900c3c061d9f207fbc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Nov 2014 17:09:32 -0800 Subject: Give all embedded live docs examples data-example-id attrs Refs #11410 --- docs/_includes/components/panels.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/_includes/components/panels.html') diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index acf32c51c..ffa12e8c9 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -5,7 +5,7 @@

Basic example

By default, all the .panel does is apply some basic border and padding to contain some content.

-
+
Basic panel example @@ -23,7 +23,7 @@

Panel with heading

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.

For proper link coloring, be sure to place links in headings within .panel-title.

-
+
Panel heading without title
@@ -59,7 +59,7 @@

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.

-
+
Panel content @@ -78,7 +78,7 @@

Contextual alternatives

Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.

-
+

Panel title

@@ -130,7 +130,7 @@

With tables

Add any non-bordered .table within a panel for a seamless design. If there is a .panel-body, we add an extra border to the top of the table for separation.

-
+
Panel heading
@@ -187,7 +187,7 @@ {% endhighlight %}

If there is no panel body, the component moves from panel header to table without interruption.

-
+
Panel heading
@@ -240,7 +240,7 @@

With list groups

Easily include full-width list groups within any panel.

-
+
Panel heading
-- cgit v1.2.3