From: Mark Otto Date: Thu, 2 Feb 2012 07:10:00 +0000 (-0800) Subject: add note for icon class usage per #1501 X-Git-Tag: v2.0.1~1^2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec6628e8005b17ecf16b194450874d8e988a45d;p=thirdparty%2Fbootstrap.git add note for icon class usage per #1501 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 12aef2c013..c1b04c36b4 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index a198064f81..f6fcda10c2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1469,6 +1469,10 @@ 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.

+
+ Heads up! + The .icon- class must be listed first in the class tag for proper CSS targeting. +

Use cases

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 6348097159..892442ceec 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1393,6 +1393,10 @@ <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}}Heads up!{{/i}} + {{_i}}The .icon- class must be listed first in the class tag for proper CSS targeting.{{/i}} +

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