Add small margin
This commit is contained in:
parent
284ce1c7f2
commit
b4d697a0dd
@ -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"
|
||||
|
||||
|
@ -47,6 +47,7 @@ input[type="text"] {
|
||||
background: transparent;
|
||||
color: #776049;
|
||||
padding: 0 2px;
|
||||
margin: 0 .5em;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
|
Loading…
Reference in New Issue
Block a user