X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/a03c14322dd5313c6dc21b7388447c96ac759fbe..a8982a219057986098f2bff381eec71c2d4f027c:/local.css diff --git a/local.css b/local.css index efe24e7..c1e2a8e 100644 --- a/local.css +++ b/local.css @@ -449,7 +449,7 @@ main .footnotes { margin: 2em auto; height: 85px; width: 600px; - background: lightGrey url(assets/progress_bar.png) top left repeat-x; + background: url(assets/progress_bar.png) top left repeat-x; border: 1px solid #ccc; border-bottom: 0; position: relative; @@ -457,7 +457,7 @@ main .footnotes { .progress-bar-wrapper .progress-bar { position: absolute; height: 85px; - background: grey url(assets/progress_bar.png) left -85px repeat-x; + background: url(assets/progress_bar.png) left -85px repeat-x; z-index: 2; /* animate progress bar */ -webkit-animation: progress-bar 1.5s;