Initial Commit

This commit is contained in:
mathias 2014-11-11 21:41:33 +02:00
parent 839a25da52
commit fa1a4e2e20

View file

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