Commit 5d71e2b0 by Rocky Duan

hide the annoying staff info for now

parent 22444e3f
...@@ -79,6 +79,7 @@ div.course-wrapper { ...@@ -79,6 +79,7 @@ div.course-wrapper {
} }
.histogram { .histogram {
display: none;
width: 200px; width: 200px;
height: 150px; height: 150px;
} }
...@@ -128,6 +129,7 @@ div.course-wrapper { ...@@ -128,6 +129,7 @@ div.course-wrapper {
} }
div.staff_info { div.staff_info {
display: none;
@include clearfix(); @include clearfix();
white-space: pre-wrap; white-space: pre-wrap;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment