From 24f8d9e1374d88f852402f71de0f728d1e8d62ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 9 Apr 2013 10:43:37 -0700 Subject: don't use table for label variatons --- docs/docs.html | 64 +++++++++++++--------------------------------------------- 1 file changed, 14 insertions(+), 50 deletions(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 0ae2198ad..e7d7efb58 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -3894,56 +3894,20 @@ For example, <section> should be wrapped as inline.

Available variations

Add any of the below mentioned modifier classes to change the appearance of a label.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LabelsMarkup
- Default - - <span class="label">Default</span> -
- Success - - <span class="label label-success">Success</span> -
- Warning - - <span class="label label-warning">Warning</span> -
- Danger - - <span class="label label-danger">Danger</span> -
- Info - - <span class="label label-info">Info</span> -
+
+ Default + Success + Warning + Danger + Info +
+{% highlight html linenos %} +Default +Success +Warning +Danger +Info +{% endhighlight %} -- cgit v1.2.3