Fixed form header

This commit is contained in:
Jef van Schendel
2011-05-28 20:43:57 +02:00
parent 491b9109f3
commit 9ef7c0f737
2 changed files with 8 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ h1 {
margin-top:40px;
}
28px
a {
color: #86D4B1;
}
@@ -92,11 +94,15 @@ label {
margin-left:auto;
margin-right:auto;
background-color:#393939;
padding:50px 83px 83px;
padding:0px 83px 83px;
border-top:5px solid #d49086;
font-size:18px;
}
.form_box h1 {
font-size:28px;
}
.form_field_input input {
width:300px;
font-size:18px;