add h3 error styling

This commit is contained in:
Nicolas Roman 2019-06-07 11:46:01 +02:00
parent b44a70f089
commit 4a137ae821
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,10 @@ h1#top {
margin-bottom: 10px; margin-bottom: 10px;
} }
h3.form-error {
color: red;
}
div#disclaimer { div#disclaimer {
margin-top: 30px; margin-top: 30px;
} }
@ -163,4 +167,3 @@ form#form-add legend {
form#form-add p { form#form-add p {
text-align: left; text-align: left;
} }