summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 21:46:06 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 21:46:06 +0200
commit2e47aa24693d5d0b264e5cc7e28c446f5eb6d8d4 (patch)
treed35bd0493a1f645809debc3abcf8c8feec6ac6f2 /style.css
parent3078d8d86ece440d731a39a0051a80af40713e3d (diff)
Dont use centered text for precise margins
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 221ac14..6f900c8 100644
--- a/style.css
+++ b/style.css
@@ -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,