Skip to content

Commit

Permalink
added toggle label class
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Sep 26, 2013
1 parent a57a0b7 commit 907a1ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
--------------------------
* changed to a `div` since firefox sucks
* converted to new template system
* added `.toggle-label` class to both labels

0.0.3 - September 11, 2013
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="toggle off">
<label class="toggle-on-label">On</label>
<label class="toggle-on-label toggle-label">On</label>
<div class="toggle-switch">
<input class="toggle-checkbox" type="checkbox">
</div>
<label class="toggle-off-label">Off</label>
<label class="toggle-off-label toggle-label">Off</label>
</div>

0 comments on commit 907a1ee

Please sign in to comment.