From 79eb5854ea06c95b0640168d243f920ca1ba3f1d Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 22:14:50 -0500 Subject: docs>components>(remainder) headings --- docs/_includes/components/panels.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/components/panels.html') diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index a0d4448c4..dc6181cac 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -3,7 +3,7 @@

While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.

-

Basic example

+

Basic example

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

@@ -20,7 +20,7 @@
{% endhighlight %} -

Panel with heading

+

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.

@@ -57,7 +57,7 @@
{% endhighlight %} - +

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.

@@ -76,7 +76,7 @@
{% endhighlight %} -

Contextual alternatives

+

Contextual alternatives

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

@@ -128,7 +128,7 @@
...
{% endhighlight %} -

With tables

+

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.

@@ -238,7 +238,7 @@ {% endhighlight %} -

With list groups

+

With list groups

Easily include full-width list groups within any panel.

-- cgit v1.2.3