A test of the d3-timer module.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* iOS 6 style switch checkboxes | |
* by Lea Verou http://lea.verou.me | |
* | |
* Fork: small style tweaks that scale better at larger font sizes, and disable text selection on the switch | |
*/ | |
.switch { | |
user-select: none; | |
} |