increase font size of forms titles (#8206)

This commit is contained in:
Serghei Mihai 2015-09-19 15:51:37 +02:00
parent 8dee601e5f
commit 9b8a00b98b
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ div#rub_consultation h2, div#rub_service h2, div#rub_annonce h2, div#rub_agenda
border-top: none;
}
div#rub_service h2 {
font-size: 1.4em;
}
div#footer-wrapper {
background: none;
}