MDL-36197 theme_fusion: Fix for "Your progress" overlaps completion tracking checkbox

This commit is contained in:
Mary Evans 2012-10-26 01:18:17 +01:00
parent 7e8ae12a7a
commit 921765e5eb

View File

@ -390,3 +390,8 @@ h2.headingblock {
#page-mod-assignment-submissions #attempts th.header {
font-size: 80%;
}
.course-content ul.topics,
.course-content ul.weeks {
clear: both;
}