From 25023e3ecfefabe6598f53a4ef8426d983942ae6 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 6 Mar 2017 03:06:03 +0100 Subject: [PATCH] yastyle --- Yavsc/wwwroot/css/site.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Yavsc/wwwroot/css/site.css b/Yavsc/wwwroot/css/site.css index a2a08371..ec99355a 100755 --- a/Yavsc/wwwroot/css/site.css +++ b/Yavsc/wwwroot/css/site.css @@ -124,8 +124,10 @@ a:hover { overflow: auto; } .carousel-inner .item { - background-color: #301010; + /* background-color: #301010; */ color: #FF8; + margin-left:15%; /* la taille du carousel-control */ + margin-right:15%; /* la taille du carousel-control */ } .carousel-indicators { position: absolute; @@ -137,6 +139,13 @@ a:hover { height: 1em; } +main.container { + padding-right: 0; + padding-left: 0; + margin-right: 0; + margin-left: 0; + width:100%; +} @-webkit-keyframes mymove { from {text-decoration-color: red;} 50% {text-decoration-color: blue;}