add h3 error styling

This commit is contained in:
Nicolas Roman 2019-06-07 11:46:01 +02:00
parent b44a70f089
commit 4a137ae821

View file

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