From 2e47aa24693d5d0b264e5cc7e28c446f5eb6d8d4 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 14 Aug 2016 21:46:06 +0200 Subject: Dont use centered text for precise margins --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') 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 { display : inline-block; width : 28px; color : white; - text-align : center; + text-align : left; font-weight : bold; - margin-left : 90px; + margin-left : 124px; } #wrapper.stepcancel .block-stepcancel .juice, -- cgit v1.2.3