diff options
| author | Mark Otto <[email protected]> | 2012-02-26 23:31:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-26 23:31:12 -0800 |
| commit | 163f58ff8133a892bf1bcf57f5d00d466d441a3d (patch) | |
| tree | abfa88f4bbf6164ffad92532baad4b0b98f78e56 | |
| parent | dd94f8d50971e657cd0b2b388965ba82b436354f (diff) | |
| download | bootstrap-163f58ff8133a892bf1bcf57f5d00d466d441a3d.tar.xz bootstrap-163f58ff8133a892bf1bcf57f5d00d466d441a3d.zip | |
add heads up label to new docs mention
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54570 -> 54570 bytes | |||
| -rw-r--r-- | docs/base-css.html | 5 | ||||
| -rw-r--r-- | 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 Binary files differindex d9a548f60..83f3d3d6b 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/base-css.html b/docs/base-css.html index 2fcce5a12..1d4dadc36 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> </pre> <p>There are 120 classes to choose from for your icons. Just add an <code><i></code> tag with the right classes and you're set. You can find the full list in <strong>sprites.less</strong> or right here in this document.</p> - <p>When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <code><i></code> tag for proper spacing.</p> + <p> + <span class="label label-info">Heads up!</span> + When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <code><i></code> tag for proper spacing. + </p> </div> <div class="span4"> <h3>Use cases</h3> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4479f816b..71e129af0 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> </pre> <p>{{_i}}There are 120 classes to choose from for your icons. Just add an <code><i></code> tag with the right classes and you're set. You can find the full list in <strong>sprites.less</strong> or right here in this document.{{/i}}</p> - <p>{{_i}}When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <code><i></code> tag for proper spacing.{{/i}}</p> + <p> + <span class="label label-info">{{_i}}Heads up!{{/i}}</span> + {{_i}}When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <code><i></code> tag for proper spacing.{{/i}} + </p> </div> <div class="span4"> <h3>{{_i}}Use cases{{/i}}</h3> |
