From 726d101f94ff507b02d5891f8b0b60e0cded0ba1 Mon Sep 17 00:00:00 2001 From: q Date: Mon, 4 Jul 2016 20:37:21 +0300 Subject: [PATCH] tighten up --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a50375a..2b55f48 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,7 @@ h2 { font-size: 1.2em; border-top: 2px solid #eee; margin-top: 0.25 td { height: 1.75em; } .submit { font-family: monospace; } -.tickbox { margin-right: 1em; } +.tickbox { margin-right: 0.5em; } .noitem { background-color: transparent; border-color:transparent; } .page { border: 5px solid #ccc; padding: 0.5em; background: white; }