diff --git a/_includes/nav.html b/_includes/nav.html index 8eb409b..d0127ce 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -9,7 +9,7 @@
  • Table views
  • Buttons
  • Segmented controllers
  • -
  • Counts
  • +
  • Badges
  • Forms
  • Toggles
  • Popovers
  • diff --git a/index.html b/index.html index 2c9aa0f..55be1d3 100644 --- a/index.html +++ b/index.html @@ -402,28 +402,28 @@ layout: default
    -

    Table view with counts

    +

    Table view with badges

    {% highlight html %} {% endhighlight %}
    -

    Table view with counts and chevrons

    +

    Table view with badges and chevrons

    @@ -457,21 +457,21 @@ layout: default Item 1 - 4 + 4
  • Item 2 - 1 + 1
  • Item 3 - 5 + 5
  • @@ -600,25 +600,25 @@ layout: default
    -

    Buttons with counts

    +

    Buttons with badges

    - Count button1 - Count button1 - Count button1 - Count button1 + Badge button1 + Badge button1 + Badge button1 + Badge button1
    {% highlight html %} -Count button1 -Count button1 -Count button1 -Count button1 - -Count button1 -Count button1 -Count button1 -Count button1 +Badge button1 +Badge button1 +Badge button1 +Badge button1 + +Badge button1 +Badge button1 +Badge button1 +Badge button1 {% endhighlight %}
    @@ -709,33 +709,33 @@ layout: default - -
    -

    Counts

    -

    Counts come in four flavors and should be used to indicate "how many" of something there are.

    + +
    +

    Badges

    +

    Badges come in four flavors and should be used to indicate "how many" of something there are.

    - 1 - 2 - 3 - 4 - 1 - 2 - 3 - 4 + 1 + 2 + 3 + 4 + 1 + 2 + 3 + 4
    {% highlight html %} -1 -2 -3 -4 - -1 -2 -3 -4 +1 +2 +3 +4 + +1 +2 +3 +4 {% endhighlight %}