From: Mark Otto Date: Mon, 1 Apr 2013 05:58:01 +0000 (-0700) Subject: add proper markup to list group in panels section X-Git-Tag: v3.0.0-rc1~485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b3e48e1450bc0c49548c6cbd1139f7910b1c00;p=thirdparty%2Fbootstrap.git add proper markup to list group in panels section --- diff --git a/docs/docs.html b/docs/docs.html index 94826ffde8..ad944f6303 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4627,8 +4627,18 @@ For example, <section> should be wrapped as inline. {% highlight html linenos %}
+
Panel heading
- Panel content +

...

+ + +
{% endhighlight %}