Commit b1f38bbe authored by Mark Otto's avatar Mark Otto

update icon examples to show icons in differently sized buttons

parent d7b8a9c9
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * 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, article,
aside, aside,
......
...@@ -1477,6 +1477,10 @@ ...@@ -1477,6 +1477,10 @@
<a class="btn" href="#"><i class="icon align-justify"></i></a> <a class="btn" href="#"><i class="icon align-justify"></i></a>
</div> </div>
</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>
<div class="span3"> <div class="span3">
<p>Or, use them in navigation.</p> <p>Or, use them in navigation.</p>
......
...@@ -1412,6 +1412,10 @@ ...@@ -1412,6 +1412,10 @@
<a class="btn" href="#"><i class="icon align-justify"></i></a> <a class="btn" href="#"><i class="icon align-justify"></i></a>
</div> </div>
</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>
<div class="span3"> <div class="span3">
<p>{{_i}}Or, use them in navigation.{{/i}}</p> <p>{{_i}}Or, use them in navigation.{{/i}}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment