diff options
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -382,8 +382,8 @@ input[type=checkbox]:not(old) + label { | |||
382 | display : inline-block; | 382 | display : inline-block; |
383 | margin-left : 0; | 383 | margin-left : 0; |
384 | line-height : 1.7em; | 384 | line-height : 1.7em; |
385 | text-indent : -59.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ | 385 | text-indent : -58.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ |
386 | padding-left : 59.5px; | 386 | padding-left : 58.5px; |
387 | } | 387 | } |
388 | 388 | ||
389 | input[type=checkbox]:not(old) + label > span { | 389 | input[type=checkbox]:not(old) + label > span { |