dmuneras / moodle-theme_archaius

Moodle theme
5 stars 9 forks source link

Week Course Setup css issue #11

Closed rlhugo closed 10 years ago

rlhugo commented 10 years ago

This patch is required for the CSS so that the center column in weekly format courses will show up:

.path-course-view .course-content ul.weeks li.section.main{ display:block; }

dmuneras commented 10 years ago

Fortunately, this small change fix the problem, I will add the patch to the core CSS after checking if this one is the best solution.