From 4e923524b741324884ecf456943837b830d61c9f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 14 Aug 2014 14:32:57 -0400 Subject: [PATCH] Adding right-margin to contact checkboxes Adding right-margin to contact checkboxes --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 0201275..5a7871d 100644 --- a/styles.css +++ b/styles.css @@ -32,7 +32,8 @@ nav.top-bar .top-bar-section > ul > li.calendar ul.dropdown, } input[type="checkbox"] { - margin-bottom: 0; + margin-bottom: 2px; + margin-right: 11px; } html { -- 2.17.1