From 1ec6628e8005b17ecf16b194450874d8e988a45d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 23:10:00 -0800 Subject: [PATCH] add note for icon class usage per #1501 --- docs/assets/bootstrap.zip | Bin 52356 -> 52356 bytes docs/base-css.html | 4 ++++ docs/templates/pages/base-css.mustache | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 12aef2c013f317c7938bf955a49b98702e83cc32..c1b04c36b4eac385e7e6afa01697daa4fd1bf6b6 100644 GIT binary patch delta 441 zcmZpf$=ouNnJ2)TnT3l11k`s<oWX*#%r*xWR0@EE&NSG3ELc?4}cCa*t}N+WZL`V`b@JxJ{6xFf0_-X$o_;e(`=B4EQmMxgf|lJ{|SE> z52!c)qyt1RSmlM2E)Y40NkDn~6Ec$nPl?0S07W`a1tRf&pYletJN>i~%zU8TyH497 Q@g&bUF+t*Fa={r902v*qr~m)} delta 441 zcmZpf$=ouNnJ2)TnT3l11YCDapPOEi6LI?6yk?e&S zKbfPz8Ky3bE}t 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}}