From 2f8deea95ac246455a11511963ded2b63e963922 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 31 Mar 2013 22:22:52 -0700 Subject: add .panel-primary --- docs/assets/css/bootstrap.css | 10 ++++++++++ docs/docs.html | 5 +++++ 2 files changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c59d1aae7..76b5ec31d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3033,6 +3033,16 @@ a.list-group-item.active .list-group-item-text { border-top-left-radius: 3px; } +.panel-primary { + border-color: #428bca; +} + +.panel-primary .panel-heading { + color: #ffffff; + background-color: #428bca; + border-color: #428bca; +} + .panel-success { border-color: #d6e9c6; } diff --git a/docs/docs.html b/docs/docs.html index 88f272c15..94826ffde 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4578,6 +4578,10 @@ For example, <section> should be wrapped as inline.

Contextual alternatives

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

+
+
Panel heading
+ Panel content +
Panel heading
Panel content @@ -4596,6 +4600,7 @@ For example, <section> should be wrapped as inline.
{% highlight html linenos %} +
...
...
...
...
-- cgit v1.2.3