From 77a02b5c83d37245cddc498a2cac1ef2a26f62de Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 20 Jan 2016 01:07:29 -0600 Subject: [PATCH] Bugfix? --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 8233a10..da19a33 100644 --- a/static/style.css +++ b/static/style.css @@ -315,12 +315,12 @@ input.cv-text { } input.cv-search { - margin-left: 20px; + margin-left: 0; margin-right: 5px; } -input.cv-search:first-of-type { - margin-left: 0; +input.cv-search ~ input.cv-search { + margin-left: 20px; } span.cv-hl {