From cdd0bfcc1ab100bb22adc9d9df7bbfdfb65780fa Mon Sep 17 00:00:00 2001 From: vyshane Date: Thu, 16 Nov 2006 02:21:01 +0000 Subject: [PATCH] MDL-7293. Switching the order of the classes around --- theme/standard/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index bde107f969e..1a4b74dff6f 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1201,7 +1201,7 @@ body#course-view .unread { margin-left: 3em; } -body#course-view .drag.sideblock .header { +body#course-view .sideblock.drag .header { cursor: move; }