make checkboxes work

This commit is contained in:
Andrew
2015-03-28 19:42:12 -06:00
parent e31c18311a
commit afe6fd3c8a
3 changed files with 35 additions and 17 deletions

View File

@ -2,6 +2,9 @@
// Checkbox
// --------------------------------------------------
.checkbox {
display: block;
}
.checkbox-on {
display: none;