From 6a896597277cd382e5bfe62b6f4312cdaa4a9d8e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 May 2012 13:59:20 -0700 Subject: [PATCH] #3468: 140 icons, not 120 --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index d1197820e0..8cf3e21b1d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1590,7 +1590,7 @@ For example, <code>section</code> should be wrapped as inline.
 <i class="icon-search icon-white"></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.

+

There are 140 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.

Heads up! 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. diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index b91b7d349d..f42612a225 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1513,7 +1513,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}}There are 140 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}}Heads up!{{/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}}