From 53f44bad7ae23649884e8a0c4719032c6598a734 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 13 Jun 2014 16:06:49 -0400 Subject: [PATCH] basic styling on search field --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 4276465..0606948 100644 --- a/styles.css +++ b/styles.css @@ -44,6 +44,10 @@ body { padding-left: 10px; margin-left: 5px; } +.vcard input[type="text"] { + border-radius: 10px; + margin-top: 10px; + } /* small logo */ #logoSmall { color: #b5383e; -- 2.17.1