diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 12aef2c01..c1b04c36b 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 a198064f8..f6fcda10c 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 634809715..892442cee 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}}