padding: 2px;
}
-#page-course-view-weeks .course-content .section.main {
+.course-content .main {
background:#f3f8ed;
}
-#page-course-view-weeks .course-content .section.current {
+.course-content .current {
background:#69804e;
color:#fff;
}
-#page-course-view-weeks .course-content .section .content {
+.course-content .main .content {
padding: 10px;
background:#fff;
}
color: #251c17;
}
-.course-content .section.main {
+.course-content .main {
background: #f7f5f1;
border: 1px solid #ddd
}
-.course-content .section.current {
+.course-content .current {
background: #da5013;
color: #fff;
}
-.course-content .section.main .content {
+.course-content .main .content {
background: #fff;
}
.forumpost .topic {
background: #eee;
border-bottom: 1px solid #aaa;
-}
\ No newline at end of file
+}
+
+/* Course
+-------------------------------*/
+
+.course-content .main {
+ border: 1px solid #eee;
+ background: #eee;
+}
+
+.course-content .current {
+ background: #1f5480;
+ color: #fff;
+}
+
+.course-content .main .content {
+ background: #fff;
+}
padding: 2px 5px;
}
+.course-content .main {
+ border: 1px solid #eee;
+ background: #eee;
+}
+
+.course-content .current {
+ background: #9ca7b4;
+ color: #fff;
+}
+
+.course-content .main .content {
+ background: #fff;
+}
+
/* Forums
-----------------------------*/