Initial Commit

This commit is contained in:
mathias 2014-11-11 21:45:24 +02:00
parent f8b5f20fcc
commit 9f02dfda74

View file

@ -203,7 +203,7 @@ input[type="text"] {
color: #488c1d;
background-color: transparent;
padding: 7px;
margin-top: 40px;
margin-top: 35px;
}
input[type="text"]:hover,
@ -219,5 +219,5 @@ input[type="text"]:focus {
background-color: #488c1d;
padding: 7px;
display:inline-block;
margin-top: 40px;
margin-top: 35px;
}