Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okendoken committed Jul 13, 2015
1 parent 1d7636e commit 5efda10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ We have to alter it a bit:
That's it. It will work. But it **will not** work if you nest input inside label or put label before input.

If you want to enable **Opera 12** and earlier support just add class `styled` to `input` element:
````
````html
...
<input type="checkbox" id="checkbox1" style="styled">
<input type="checkbox" id="checkbox1" class="styled">
...
````

Expand Down

0 comments on commit 5efda10

Please sign in to comment.