From: Sam Hemelryk Date: Fri, 18 Dec 2009 08:12:49 +0000 (+0000) Subject: theme-standard MDL-20204 Fixed broken image path in CSS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=11462f701b6784f238fb847b1490a023c90c2bbf;p=moodle.git theme-standard MDL-20204 Fixed broken image path in CSS --- diff --git a/theme/standard/style/styles_layout.css b/theme/standard/style/styles_layout.css index 6ad1b68663..a979d9dd80 100644 --- a/theme/standard/style/styles_layout.css +++ b/theme/standard/style/styles_layout.css @@ -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,