From 163f58ff8133a892bf1bcf57f5d00d466d441a3d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Feb 2012 23:31:12 -0800 Subject: [PATCH] add heads up label to new docs mention --- docs/assets/bootstrap.zip | Bin 54570 -> 54570 bytes docs/base-css.html | 5 ++++- docs/templates/pages/base-css.mustache | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d9a548f60426ad259ef2efcf4cddcc49cbe238a2..83f3d3d6b9e17d5a3ac8eb55342acfa8fa7ba1f4 100644 GIT binary patch delta 434 zc-mXFih0#4X6^uQW)?065V$juTZv8I(A(e8aI)hSVNQg&zZ#nXTzv9^nH-FFCQi2l ziy0Vhyj{x4cxQ4TmlITA^GvQ6>_CwwA!D$JzTxKGLg$QuB3*9gFg3^B&KUqr@t5V# z%uUx14dG;9)<}y>b_ra*c{g0iejD4w$W*pLJ9V0If}$sS36hN#nuED`y%)1vfvK z8KMXjG2Lwn6DioOEDAJg$^`?aA0SQQ>`-q`zI91

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.

-

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.

+

+ 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. +

Use cases

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4479f816b7..71e129af04 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1461,7 +1461,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}}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}}

+

+ {{_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}} +

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

-- 2.47.3