Edited static/index.html via GitHub

This commit is contained in:
Robin Buse 2011-08-16 14:39:55 +03:00
parent 21c0335737
commit 183185f702

View file

@ -74,13 +74,12 @@
} }
input[type="text"] { input[type="text"] {
width: 243px; width: 243px;
padding: 9px 47px 9px 10px; padding: 10px 47px 10px 10px;
background: #fff; background: #fff;
border: 1px solid #bbb; border: 1px solid #bbb;
outline: none; outline: none;
border-radius: 3px; border-radius: 3px;
text-shadow: 0 0 1px #fff; text-shadow: 0 0 1px #fff
font-size: 17px
} }
input[type="submit"] { input[type="submit"] {
width: 45px; width: 45px;