From 731903a17597f9095f9c26d969da8e04f50568ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Mar 2013 14:16:30 -0700 Subject: panels subnav and links --- docs/docs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 00af4ed0c..7603d2ccc 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4377,7 +4377,7 @@ For example, <section> should be wrapped as inline.

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

-

Basic panel

+

Basic panel

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

@@ -4390,7 +4390,7 @@ For example, <section> should be wrapped as inline.
{% endhighlight %} -

Panel with heading

+

Panel with heading

Easily add a heading to your panel with .panel-heading. Use it on a <div> or any heading element (e.g., <h3>).

@@ -4405,7 +4405,7 @@ For example, <section> should be wrapped as inline.
{% 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.

-- cgit v1.2.3