diff --git a/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css b/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css index 631fa1e..f9f04b2 100644 --- a/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css +++ b/NNCheckboxes/NNCheckboxes/css/NNCheckboxes.css @@ -1,7 +1,7 @@ body { margin: 0; } - +/* input[type=checkbox] + label { vertical-align: middle; position: relative; @@ -11,9 +11,9 @@ input[type=checkbox] + label { input[type=checkbox]:checked + label{ font-weight: normal; - text-decoration: line-through; + text-decoration: line-through; } - +*/ div.nncb-main{ margin-top:10px; @@ -183,4 +183,4 @@ div.nncb-flex >div { span.nncb-switch-label{ padding-left:5px; white-space: normal; - } \ No newline at end of file + }