From 00cf14ce445d79900a970dc0e0c5636dfc86394d Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 15 Nov 2015 01:31:58 +0100 Subject: [PATCH] design --- app/assets/stylesheets/public.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 630be9b..8eaf9e3 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -39,7 +39,7 @@ body{ font-size:15px; color:#333333; background-color:rgba(241,240,238,0.2); - //background: url('/fond2.jpeg') center center fixed; + background: url('/fond2.jpeg') center center fixed; background-size: cover; } @@ -387,16 +387,16 @@ margin:auto; #corps{ width:68%; float:left; - //background:rgba(255,255,255,0.95); - //padding:10px 20px; + background:rgba(255,255,255,0.95); + padding:10px 20px; min-height:600px; } #sidebar{ width:30%; float:right; - //background:white; - //padding:10px 20px; + background:white; + padding:10px 20px; text-align:left; a.active{