From: Mark Otto Date: Mon, 27 Feb 2012 07:31:12 +0000 (-0800) Subject: add heads up label to new docs mention X-Git-Tag: v2.0.2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=163f58ff8133a892bf1bcf57f5d00d466d441a3d;p=thirdparty%2Fbootstrap.git add heads up label to new docs mention --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d9a548f604..83f3d3d6b9 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 2fcce5a12f..1d4dadc36f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1537,7 +1537,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.

-

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}}