diff --git a/docs/base-css.html b/docs/base-css.html index 698b68ea19..7c7ab48ef8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1482,51 +1482,90 @@
Icons are great, but where would one use them? Here are a few ideas:
Essentially, anywhere you can put an <i>
tag, you can put an icon.
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> +
Use them in buttons, or in button groups for a toolbar style presentation.
-- Refresh - Checkout - Delete -
+ -Or, use them in navigation.
+Use them in navigation.
{{_i}}Icons are great, but where would one use them? Here are a few ideas:{{/i}}
{{_i}}Essentially, anywhere you can put an <i>
tag, you can put an icon.{{/i}}
{{_i}}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}}
+<i class="icon"></i> +
{{_i}}Use them in buttons, or in button groups for a toolbar style presentation.{{/i}}
-- {{_i}}Refresh{{/i}} - {{_i}}Checkout{{/i}} - {{_i}}Delete{{/i}} -
+{{_i}}Use them in buttons - of all types and sizes.{{/i}}
- {{_i}}Refresh{{/i}} + {{_i}}Refresh{{/i}} + {{_i}}Checkout{{/i}} + {{_i}}Delete{{/i}} +
++ {{_i}}Comment{{/i}} {{_i}}Settings{{/i}} + {{_i}}More Info{{/i}}
{{_i}}Or, use them in navigation.{{/i}}
+{{_i}}Use them in navigation.{{/i}}