From f6ec2c5dac371b0b1d56abd65be548ee5ed075c8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 21:06:20 -0800 Subject: Drop the recently added .counter class for .badge --- docs/components.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index c30699dc5..53b4a7e08 100644 --- a/docs/components.html +++ b/docs/components.html @@ -28,7 +28,7 @@ title: Components
  • Navbar
  • Breadcrumbs
  • Pagination
  • -
  • Counters
  • +
  • Badges
  • Typography
  • Thumbnails
  • Alerts
  • @@ -1274,44 +1274,44 @@ title: Components - -
    +
    -

    Easily highlight new or unread items by adding a <span class="counter"> to links, Bootstrap navs, and more.

    +

    Easily highlight new or unread items by adding a <span class="badge"> to links, Bootstrap navs, and more.

    {% highlight html linenos %} -Inbox 42 +Inbox 42 {% endhighlight %}

    Self collapsing

    -

    When there are no new or unread items, counters will simply collapse (via CSS's :empty selector) provided no content exists within.

    +

    When there are no new or unread items, badges will simply collapse (via CSS's :empty selector) provided no content exists within.

    Adapts to active nav states

    -

    Built-in styles are included for placing counters in active states in pill and list navigations.

    +

    Built-in styles are included for placing badges in active states in pill and list navigations.