From 4cbb663d9d9f1399b37e97a54c0b9f67270c4943 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 18:10:29 -0800 Subject: Update some links and rename #gridsystem to #grid-system --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index b80eb6e71..c30699dc5 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1380,7 +1380,7 @@ title: Components -

Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

+

Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

Default thumbnails

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

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