From 11462f701b6784f238fb847b1490a023c90c2bbf Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Fri, 18 Dec 2009 08:12:49 +0000 Subject: [PATCH] theme-standard MDL-20204 Fixed broken image path in CSS --- theme/standard/style/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5