From b4d697a0ddef00938f76b233adb0dff36f0907f4 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 10 May 2015 15:36:37 +0200 Subject: [PATCH] Add small margin --- src/Views.hs | 2 +- static/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Views.hs b/src/Views.hs index 1a3cb4d..a3baae2 100644 --- a/src/Views.hs +++ b/src/Views.hs @@ -19,7 +19,7 @@ done url = template $ do index :: Html index = template $ do H.form ! method "POST" $ do - "your url: " + "your url:" input ! type_ "text" ! name "url" input ! type_ "submit" ! value "go" diff --git a/static/main.css b/static/main.css index c0163b9..e720a21 100644 --- a/static/main.css +++ b/static/main.css @@ -47,6 +47,7 @@ input[type="text"] { background: transparent; color: #776049; padding: 0 2px; + margin: 0 .5em; } input[type="submit"] {