From: Erik van der Kolk Date: Sat, 18 Aug 2012 17:49:27 +0000 (+0200) Subject: Replace Note: by Heads up! X-Git-Tag: v2.1.0~2^2~29^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f12c746e59de41fc13964a70eaa31891f71c760;p=thirdparty%2Fbootstrap.git Replace Note: by Heads up! --- diff --git a/docs/base-css.html b/docs/base-css.html index 549bb415d1..30c7f8d3f6 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -420,7 +420,7 @@ For example, <code>section</code> should be wrapped as inline. &lt;p&gt;Sample text here...&lt;/p&gt; </pre> -

Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.

+

Heads up! Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.

You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 242559dbe7..a25862c18e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -357,7 +357,7 @@ &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt; </pre> -

{{_i}}Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}

{{_i}}You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}