]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#3468: 140 icons, not 120
authorMark Otto <markotto@twitter.com>
Sun, 13 May 2012 20:59:20 +0000 (13:59 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 13 May 2012 20:59:20 +0000 (13:59 -0700)
docs/base-css.html
docs/templates/pages/base-css.mustache

index d1197820e0779c787539951fd3b60fe1b09f4c1d..8cf3e21b1db4544dfc6cb2b70fc62ace1178b20d 100644 (file)
@@ -1590,7 +1590,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
 <pre class="prettyprint linenums">
 &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>There are 140 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>
         <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.
index b91b7d349d5d0d3a47691062e4ce5b3ef15afb6d..f42612a225fd91130806f7ebd79e49fbe954af9b 100644 (file)
 <pre class="prettyprint linenums">
 &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}}There are 140 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>
         <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}}