Skip to content

Commit

Permalink
Fixed buttons on test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Smiley committed Feb 22, 2012
1 parent 6b649e6 commit 53a55ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.html
Expand Up @@ -321,13 +321,13 @@ <h3>Tabs</h3>
<h3>Buttons</h3>
<div class="row">
<div class="six columns">
<p><a href="#" class="tiny blue button">Tiny White Button</a></p>
<p><a href="#" class="tiny white button">Tiny White Button</a></p>
<p><a href="#" class="small blue button">Small Blue Button</a></p>
<p><a href="#" class="red button">Medium Red Button</a></p>
<p><a href="#" class="large black button">Large Black Button</a></p>
</div>
<div class="six columns">
<p><a href="#" class="nice radius tiny blue button">Tiny White Button</a></p>
<p><a href="#" class="nice radius tiny white button">Tiny White Button</a></p>
<p><a href="#" class="nice radius small blue button">Nice Blue Button</a></p>
<p><a href="#" class="nice radius red button">Nice Red Button</a></p>
<p><a href="#" class="nice radius large black button">Nice Black Button</a></p>
Expand Down

0 comments on commit 53a55ff

Please sign in to comment.