diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 21:46:06 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 21:46:06 +0200 |
commit | 2e47aa24693d5d0b264e5cc7e28c446f5eb6d8d4 (patch) | |
tree | d35bd0493a1f645809debc3abcf8c8feec6ac6f2 | |
parent | 3078d8d86ece440d731a39a0051a80af40713e3d (diff) |
Dont use centered text for precise margins
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -410,9 +410,9 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
410 | display : inline-block; | 410 | display : inline-block; |
411 | width : 28px; | 411 | width : 28px; |
412 | color : white; | 412 | color : white; |
413 | text-align : center; | 413 | text-align : left; |
414 | font-weight : bold; | 414 | font-weight : bold; |
415 | margin-left : 90px; | 415 | margin-left : 124px; |
416 | } | 416 | } |
417 | 417 | ||
418 | #wrapper.stepcancel .block-stepcancel .juice, | 418 | #wrapper.stepcancel .block-stepcancel .juice, |