]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-website.css
Doc: CG change 'Help us' ref to local doc not web
[lilypond.git] / Documentation / css / lilypond-website.css
index 0115fbd417aa59500bc3f812aada29bfed2bc14d..46723fa47f48969c8b60e45cc2b1d683ba4e9b44 100644 (file)
@@ -18,13 +18,13 @@ body {
   text-align: justify;
   padding: 0;
   margin: 0 auto;
+  /* fallback for IE8 which doesn't support multiple backgrounds */
+  background: url(../pictures/background-top-left.png) no-repeat top left;
   background-color: rgb(245, 252, 242);
   background-image: url(../pictures/background-top-right.png),
     url(../pictures/background-top-left.png);
   background-position: top right, top left;
   background-repeat: no-repeat, no-repeat;
-  /* fallback for IE8 which doesn't support multiple backgrounds */
-  background: url(../pictures/background-top-left.png) no-repeat top left;
 }
 
 hr {