From 731903a17597f9095f9c26d969da8e04f50568ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Mar 2013 14:16:30 -0700 Subject: [PATCH] panels subnav and links --- docs/_includes/docs-nav.html | 9 ++++++++- docs/docs.html | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html index 649cad06a3..4a91214a38 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/docs-nav.html @@ -163,7 +163,14 @@
  • Media object
  • -
  • Panels
  • +
  • + Panels + +
  • Wells
  • diff --git a/docs/docs.html b/docs/docs.html index 00af4ed0cf..7603d2ccc3 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.