From d2d33745aad3e4464dba6282b2cdc41f26646bdc Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 14 Aug 2016 10:59:03 +0200 Subject: Indent was off by one pixel --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9e0afe6..9f28aa7 100644 --- a/style.css +++ b/style.css @@ -382,8 +382,8 @@ input[type=checkbox]:not(old) + label { display : inline-block; margin-left : 0; line-height : 1.7em; - text-indent : -59.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ - padding-left : 59.5px; + text-indent : -58.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ + padding-left : 58.5px; } input[type=checkbox]:not(old) + label > span { -- cgit v1.2.3