Commit b371e7f3 by Sarina Canelake Committed by Zia Fazal

Remove duplicate image files

spinner.gif and spinner-on-grey.gif are the same file.
Explicitly give the LMS a spinner.gif file.

OPEN-328
parent a3018c05
......@@ -740,7 +740,7 @@ body.discussion, .discussion-course, div.discussion-body {
}
.loading-animation {
background-image: url(../images/spinner-on-grey.gif);
background-image: url(../images/spinner.gif);
}
.discussion-show {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment