]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add heads up label to new docs mention
authorMark Otto <markotto@twitter.com>
Mon, 27 Feb 2012 07:31:12 +0000 (23:31 -0800)
committerMark Otto <markotto@twitter.com>
Mon, 27 Feb 2012 07:31:12 +0000 (23:31 -0800)
docs/assets/bootstrap.zip
docs/base-css.html
docs/templates/pages/base-css.mustache

index d9a548f60426ad259ef2efcf4cddcc49cbe238a2..83f3d3d6b9e17d5a3ac8eb55342acfa8fa7ba1f4 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 2fcce5a12f23873ef54320f64e2292c81f451800..1d4dadc36fe914a134f236ac56d4e9291ed1d243 100644 (file)
@@ -1537,7 +1537,10 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
 &lt;i class="icon-search icon-white"&gt;&lt;/i&gt;
 </pre>
       <p>There are 120 classes to choose from for your icons. Just add an <code>&lt;i&gt;</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>&lt;i&gt;</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>&lt;i&gt;</code> tag for proper spacing.
+      </p>
     </div>
     <div class="span4">
       <h3>Use cases</h3>
index 4479f816b7a227ce6ec53a5efd777a5e1f56dbed..71e129af048cbb77ac8a56f99fdecd9de4a510e7 100644 (file)
 &lt;i class="icon-search icon-white"&gt;&lt;/i&gt;
 </pre>
       <p>{{_i}}There are 120 classes to choose from for your icons. Just add an <code>&lt;i&gt;</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>&lt;i&gt;</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>&lt;i&gt;</code> tag for proper spacing.{{/i}}
+      </p>
     </div>
     <div class="span4">
       <h3>{{_i}}Use cases{{/i}}</h3>