]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace Note: by Heads up!
authorErik van der Kolk <developer@smerik.nl>
Sat, 18 Aug 2012 17:49:27 +0000 (19:49 +0200)
committerErik van der Kolk <developer@smerik.nl>
Sat, 18 Aug 2012 17:49:27 +0000 (19:49 +0200)
docs/base-css.html
docs/templates/pages/base-css.mustache

index 549bb415d17e38dede864f42eadb76e755678edb..30c7f8d3f6ec61293bd159956cb4d97bfc1f14d1 100644 (file)
@@ -420,7 +420,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
   &amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt;
 &lt;/pre&gt;
 </pre>
-          <p><strong>Note:</strong> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p>
+          <p><span class="label label-info">Heads up!</span> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p>
           <p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</p>
         </section>
 
index 242559dbe72fcbe1b9185f6a07fa0d689ee49423..a25862c18ea8489d8010a79145da89dc03d15127 100644 (file)
   &amp;lt;p&amp;gt;{{_i}}Sample text here...{{/i}}&amp;lt;/p&amp;gt;
 &lt;/pre&gt;
 </pre>
-          <p>{{_i}}<strong>Note:</strong> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
+          <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
           <p>{{_i}}You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}</p>
         </section>