remove excessive top margin of form titles

This commit is contained in:
Frédéric Péters 2015-10-06 15:22:42 +02:00
parent 3512fa0acc
commit 12b6119365
1 changed files with 2 additions and 2 deletions

View File

@ -466,14 +466,14 @@ button.submit:active, button.submit:focus {
#rub_service form h3 {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
margin-top: 30px;
margin-top: 10px;
padding-bottom: 8px;
}
#rub_service form h4 {
font-size: 17px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
margin-top: 30px;
margin-top: 10px;
padding-bottom: 8px;
}
#rub_service form input[type="submit"] {