From 61cb795c0730fa0b28c39f5fe678e0001009975e Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 2 Mar 2018 16:07:34 +0100
Subject: [PATCH] minor fixes in selectors

---
 resources/css/style.css | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/resources/css/style.css b/resources/css/style.css
index e50dd2e..e481fda 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -22,17 +22,17 @@ button, .button {
 .callout {
     border-radius: 10px;
 }
-button: hover, .button:hover {
+button:hover, .button:hover {
     background: none;
     color: #214BB5;
 }
 h1, h2, h3, h4, h5, h6 {
     color: #214BB5;
 }
-a, a: visited, a:active, a:link {
+a, a:visited, a:active, a:link {
     text-decoration: underline;
 }
-a: hover {
+a:hover {
     text-decoration: none;
 }
 
@@ -50,7 +50,7 @@ header h1 {
 }
 
 header a, header a:visited, header a:active, header a:link {
-    color:inherit;
+    color: inherit;
     text-decoration: none;
 }
 
@@ -61,7 +61,6 @@ main {
 main form {
     width: 100%;
     margin: 1rem;
-
 }
 
 /* wizard */
-- 
GitLab