From 1ec6628e8005b17ecf16b194450874d8e988a45d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 23:10:00 -0800 Subject: add note for icon class usage per #1501 --- docs/base-css.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/base-css.html') 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

-- cgit v1.2.3