mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 19:54:08 +01:00
14 lines
293 B
CSS
14 lines
293 B
CSS
/* Course
|
|
-------------------------*/
|
|
.path-course-view .course-content .section.main {
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.course_category_tree .category > .info .name {
|
|
line-height: 1.4;
|
|
font-size: 1em;
|
|
}
|
|
.coursebox.collapsed {
|
|
border-bottom: 0 none;
|
|
}
|