From 2593022684c5f79017ac77667657584a27aaf83c Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 25 Nov 2015 16:45:25 +0100
Subject: [PATCH] Fix bad css

---
 htdocs/theme/eldy/style.css.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 899e8340543..761220ced17 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2620,6 +2620,7 @@ div.warning {
 }
 
 /* Error message */
+div.error {
   background: #EFCFCF;
 }
 
-- 
GitLab