Skip to content

Commit 53a55ff

Browse files
author
Jonathan Smiley
committed
Fixed buttons on test.html
1 parent 6b649e6 commit 53a55ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,13 @@ <h3>Tabs</h3>
321321
<h3>Buttons</h3>
322322
<div class="row">
323323
<div class="six columns">
324-
<p><a href="#" class="tiny blue button">Tiny White Button</a></p>
324+
<p><a href="#" class="tiny white button">Tiny White Button</a></p>
325325
<p><a href="#" class="small blue button">Small Blue Button</a></p>
326326
<p><a href="#" class="red button">Medium Red Button</a></p>
327327
<p><a href="#" class="large black button">Large Black Button</a></p>
328328
</div>
329329
<div class="six columns">
330-
<p><a href="#" class="nice radius tiny blue button">Tiny White Button</a></p>
330+
<p><a href="#" class="nice radius tiny white button">Tiny White Button</a></p>
331331
<p><a href="#" class="nice radius small blue button">Nice Blue Button</a></p>
332332
<p><a href="#" class="nice radius red button">Nice Red Button</a></p>
333333
<p><a href="#" class="nice radius large black button">Nice Black Button</a></p>

0 commit comments

Comments
 (0)