From dd94f8d50971e657cd0b2b388965ba82b436354f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Feb 2012 23:30:15 -0800 Subject: remove warning from icons section about :after labels, add section to explain spacing --- docs/templates/pages/base-css.mustache | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index aea86a40b..4479f816b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1440,9 +1440,6 @@ -
- {{_i}}Heads up! Icon classes are echoed via CSS :after. In the docs, we show a light red background color on hover to highlight the icon's size.{{/i}} -

@@ -1455,7 +1452,7 @@

{{_i}}How to use{{/i}}

-

{{_i}}With v2.0.1, we have opted to use an <i> tag for all our icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:{{/i}}

+

{{_i}}Bootstrap uses an <i> tag for all icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:{{/i}}

 <i class="icon-search"></i>
 
@@ -1464,6 +1461,7 @@ <i class="icon-search icon-white"></i>

{{_i}}There are 120 classes to choose from for your icons. Just add an <i> tag with the right classes and you're set. You can find the full list in sprites.less or right here in this document.{{/i}}

+

{{_i}}When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i> tag for proper spacing.{{/i}}

{{_i}}Use cases{{/i}}

-- cgit v1.2.3