From 0e1e5df326608e5501d04aab13ab13268dd09a53 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Mon, 30 Jan 2017 15:59:47 -0600 Subject: [PATCH] Align checkboxes with top line --- public_html/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index 1ce142e..5eb7bbd 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -595,7 +595,6 @@ select.error, textarea.error, input.error { background-image: url('images/box-empty.png'); background-repeat: no-repeat; background-position: center; - display: table-cell; cursor: pointer; }