From 339ba3d1760da356852e84d1bad5e927a057b6f5 Mon Sep 17 00:00:00 2001 From: vbochet <vbochet@gmail.com> Date: Thu, 28 Apr 2016 10:31:59 +0200 Subject: [PATCH] Correction du css des boutons inscription et connexion --- app/view/Includes/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/view/Includes/css/style.css b/app/view/Includes/css/style.css index e8a3704..0c1929b 100644 --- a/app/view/Includes/css/style.css +++ b/app/view/Includes/css/style.css @@ -93,7 +93,7 @@ header a:hover, footer a:hover{ .signin{ - width:48.9%; + width:48%; text-align: center; padding: 2px; border-right: mintcream solid 1px; @@ -111,7 +111,7 @@ header a:hover, footer a:hover{ } .login{ - width:48.9%; + width:48%; text-align: center; padding: 2px; border-left: mintcream solid 1px; -- GitLab