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"] {