From: opi <opi@no-log.org>
Date: Fri, 3 Jul 2015 05:46:45 +0000 (+0200)
Subject: Suppression d'un test sur le responsive de la barre d'oignon. N'aurait pas du être... 
X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/cfbbd27b3bd9813314385412e41cbdb7afd62c28?ds=sidebyside

Suppression d'un test sur le responsive de la barre d'oignon. N'aurait pas du être commité.
---

diff --git a/local.css b/local.css
index c7c2ebc..c5d7635 100644
--- a/local.css
+++ b/local.css
@@ -441,9 +441,8 @@ main .footnotes {
 .progress-bar-wrapper {
   margin: 2em auto;
   height: 85px;
-  max-width: 600px;
+  width: 600px;
   background: lightGrey url(assets/progress_bar.png) top left repeat-x;
-  background-size: 16.666667% 300%;
   border: 1px solid #ccc;
   border-bottom: 0;
   position: relative;
@@ -452,7 +451,6 @@ main .footnotes {
     position: absolute;
     height: 85px;
     background: grey url(assets/progress_bar.png) left -85px repeat-x;
-    background-size: 16.666667% 300%;
     z-index: 2;
     /* animate progress bar */
     -webkit-animation: progress-bar 1.5s;