From 4a137ae821b3d3f274dc71477dc6709d33112892 Mon Sep 17 00:00:00 2001 From: Nicolas Roman Date: Fri, 7 Jun 2019 11:46:01 +0200 Subject: [PATCH] add h3 error styling --- htdocs/inc/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/inc/css/main.css b/htdocs/inc/css/main.css index 7d1195e..47bdd6c 100644 --- a/htdocs/inc/css/main.css +++ b/htdocs/inc/css/main.css @@ -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; } -