]> git.mjollnir.org Git - moodle.git/commitdiff
theme-standard MDL-20204 Fixed broken image path in CSS
authorSam Hemelryk <sam@moodle.com>
Fri, 18 Dec 2009 08:12:49 +0000 (08:12 +0000)
committerSam Hemelryk <sam@moodle.com>
Fri, 18 Dec 2009 08:12:49 +0000 (08:12 +0000)
theme/standard/style/styles_layout.css

index 6ad1b686633809a5889f3a7009f6d689fd9f763a..a979d9dd80ed73f1c866ceaf2237beb4b7e7f1a9 100644 (file)
@@ -3522,7 +3522,7 @@ body.jsenabled #qtypechoicecontainer {
 
 .tabrow0 a:link:hover,
 .tabrow0 a:visited:hover {
-  background-image: url([[pix:theme|left_hover]]);
+  background-image: url([[pix:theme|tab/left_hover]]);
 }
 
 .tabrow0 .here a:link:hover,