Skip to content

Commit

Permalink
Examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipu Raj committed Feb 21, 2017
1 parent 7ec946b commit fa84022
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/smartwizard-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<!-- SmartWizard html -->
<div id="smartwizard">
<ul>
<li><a href="#step-1"><small>This is tab's description</small></a></li>
<li><a href="#step-2"><small>This is tab's description</small></a></li>
<li><a href="#step-3"><small>This is tab's description</small></a></li>
<li><a href="#step-4"><small>This is tab's description</small></a></li>
<li><a href="#step-1">Step 1<br /><small>This is tab's description</small></a></li>
<li><a href="#step-2">Step 2<br /><small>This is tab's description</small></a></li>
<li><a href="#step-3">Step 3<br /><small>This is tab's description</small></a></li>
<li><a href="#step-4">Step 4<br /><small>This is tab's description</small></a></li>
</ul>

<div>
Expand Down
8 changes: 4 additions & 4 deletions examples/smartwizard-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<!-- SmartWizard html -->
<div id="smartwizard">
<ul>
<li><a href="#step-1"><small>Email Address</small></a></li>
<li><a href="#step-2"><small>Name</small></a></li>
<li><a href="#step-3"><small>Address</small></a></li>
<li><a href="#step-4"><small>Terms and Conditions</small></a></li>
<li><a href="#step-1">Step 1<br /><small>Email Address</small></a></li>
<li><a href="#step-2">Step 2<br /><small>Name</small></a></li>
<li><a href="#step-3">Step 3<br /><small>Address</small></a></li>
<li><a href="#step-4">Step 4<br /><small>Terms and Conditions</small></a></li>
</ul>

<div>
Expand Down

0 comments on commit fa84022

Please sign in to comment.