From acdffe696cf29f51c659a18eeca304512ff47048 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 22:20:49 -0800 Subject: Bring back the label, make it scale somewhat with the font-size of the parent using percentages and ems --- docs/components.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 53b4a7e08..f1b45159b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -28,6 +28,7 @@ title: Components
  • Navbar
  • Breadcrumbs
  • Pagination
  • +
  • Labels
  • Badges
  • Typography
  • Thumbnails
  • @@ -1274,6 +1275,84 @@ title: Components + +
    + +

    + +

    Example

    +
    +

    Example heading New

    +

    Example heading New

    +

    Example heading New

    +

    Example heading New

    +
    Example heading New
    +
    Example heading New
    +
    +{% highlight html linenos %} +

    Example heading New

    +{% endhighlight %} + +

    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> +
    + +
    + + +
    -- cgit v1.2.3