Add small margin

master
rnhmjoj 2015-05-10 15:36:37 +02:00
parent 284ce1c7f2
commit b4d697a0dd
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -47,6 +47,7 @@ input[type="text"] {
background: transparent;
color: #776049;
padding: 0 2px;
margin: 0 .5em;
}
input[type="submit"] {