Merge branch 'MDL-52342-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Dan Poltawski 2016-02-15 13:27:54 +00:00
commit 96966ce6d9
2 changed files with 4 additions and 1 deletions

View File

@ -342,6 +342,9 @@
.content > div, /* All the divs but the activities which are in a UL. */
.activity .activityinstance {
opacity: .5;
}
.sectionname > span,
.activity .activityinstance {
margin-left: 10px;
margin-right: 10px;
}

File diff suppressed because one or more lines are too long