From d02c6957d44761c35121cb88af727802ce4d9e5e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 27 Jan 2012 19:49:56 -0800 Subject: fixing up buttons and examples of implementing icons --- docs/base-css.html | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 0c6579b1e..7552fb9b9 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1492,18 +1492,15 @@
  • For buttons to help convey the meaning of an action
  • With links to share context on a user's destination
  • -

    Essentially, anywhere you can put an <i> tag, you can put an icon. And if you need to position the text with no icon before it (where other items have an icon; see the navigation example below) simply use .icon class with no other classes:

    -
    -<i class="icon"></i>
    -
    +

    Essentially, anywhere you can put an <i> tag, you can put an icon.

    Examples

    +

    Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.

    -

    Use them in buttons - of all types and sizes.

    -
    +
    @@ -1518,7 +1515,7 @@
  • Delete
  • Ban
  • -
  • Make Admin
  • +
  • Make admin
  • @@ -1534,7 +1531,6 @@

    -

    Use them in navigation.

    -

    Use them with prepended forms.

    - +
    @@ -1556,20 +1551,6 @@
    -
    - -
    -
    - - -
    -
    -
    -- cgit v1.2.3