Skip to content

Commit

Permalink
update button.php
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Mar 18, 2013
1 parent df79ac5 commit f4848e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/buttons.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,12 @@
<button><i class="icon-bookmark"></i> Button</button>
<button>Button <i class="icon-bookmark"></i></button>
<button class="default">Button <i class="icon-bookmark"></i></button>
<a class="button">Button <i class="icon-bookmark"></i></a>
<pre class="prettyprint linenums">
&lt;button&gt;&lt;i class="icon-*"&gt;&lt;/i&gt;Caption&lt;/button&gt;
&lt;button&gt;Caption&lt;i class="icon-*"&gt;&lt;/i&gt;&lt;/button&gt;
&lt;button class="default"&gt;&lt;i class="icon-*"&gt;&lt;/i&gt;Caption&lt;/button&gt;
&lt;a class="button"&gt;&lt;i class="icon-*"&gt;&lt;/i&gt;Caption&lt;/a&gt;
</pre>
</div>
</div>
Expand Down

0 comments on commit f4848e2

Please sign in to comment.