]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update icon examples to show icons in differently sized buttons
authorMark Otto <markdotto@gmail.com>
Fri, 27 Jan 2012 21:39:19 +0000 (13:39 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 27 Jan 2012 21:39:19 +0000 (13:39 -0800)
docs/assets/css/bootstrap.css
docs/base-css.html
docs/templates/pages/base-css.mustache

index 9c8aaee5a54ede0e5c03102fe5347648397c9ab3..0783aa7ee47ed490a54584797b7dff6f07ea1175 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 13:35:54 PST 2012
+ * Date: Fri Jan 27 13:38:50 PST 2012
  */
 article,
 aside,
index 2cab601dfb70426b92e12cd6b38a831cc5aa6233..7968c70b3204408dee2c1e2d800ee138b5209d3a 100644 (file)
           <a class="btn" href="#"><i class="icon align-justify"></i></a>
         </div>
       </div>
+      <p>
+        <a class="btn large" href="#"><i class="icon refresh"></i> Refresh</a>
+        <a class="btn small" href="#"><i class="icon cog"></i> Settings</a>
+      </p>
     </div>
     <div class="span3">
       <p>Or, use them in navigation.</p>
index c3d10eb081428e8e58821331c855122d792fba6f..cf3e88c982500aa03960e34857b17735509b9cab 100644 (file)
           <a class="btn" href="#"><i class="icon align-justify"></i></a>
         </div>
       </div>
+      <p>
+        <a class="btn large" href="#"><i class="icon refresh"></i> {{_i}}Refresh{{/i}}</a>
+        <a class="btn small" href="#"><i class="icon cog"></i> {{_i}}Settings{{/i}}</a>
+      </p>
     </div>
     <div class="span3">
       <p>{{_i}}Or, use them in navigation.{{/i}}</p>