From ee11cb79411d1522f99c3fb8166a29f2edd4965a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 18 Aug 2009 04:45:51 -0700 Subject: [PATCH] Web: fix dir of gradient images in css. --- Documentation/css/lilypond-web.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index a86c45532a..73a8750691 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -49,7 +49,7 @@ div#tocframe { top: 0; left: 0; right: 0; - background: url(pictures/nav-bg.jpg) repeat-x top left; + background: url(../pictures/nav-bg.jpg) repeat-x top left; max-width: 70em; font-size: 100%; line-height: 1; @@ -73,7 +73,7 @@ div#tocframe { #tocframe > ul:first-child > li:first-child a { text-indent: -999em; - background: url(pictures/lily-home-nav-bg.png) no-repeat 50% 50%; + background: url(../pictures/lily-home-nav-bg.png) no-repeat 50% 50%; width: 9%; /* css3 no go yet? */ border-bottom-left-radius: 30px; @@ -82,19 +82,19 @@ div#tocframe { } #tocframe > ul:first-child > li:first-child a:hover { - background: url(pictures/lily-home-nav-hover.png) no-repeat 50% 50%; + background: url(../pictures/lily-home-nav-hover.png) no-repeat 50% 50%; width: 9%; } #tocframe > ul:first-child > li:first-child.toc_current a { text-indent: -999em; - background: url(pictures/lily-home-nav-active.png) no-repeat 50% 50%; + background: url(../pictures/lily-home-nav-active.png) no-repeat 50% 50%; width: 9%; } #tocframe > ul:first-child > li:first-child.toc_current a:hover { text-indent: -999em; - background: url(pictures/lily-home-nav-active.png) no-repeat 50% 50%; + background: url(../pictures/lily-home-nav-active.png) no-repeat 50% 50%; width: 9%; } -- 2.39.5