Commit 7f6b3173 by Arjun Singh

Fix syllabus in static_tab_wrapper; don't wrap slides

parent 202f60d2
...@@ -35,7 +35,7 @@ div.syllabus { ...@@ -35,7 +35,7 @@ div.syllabus {
padding: 5px 10px; padding: 5px 10px;
&.day, &.due, &.slides { &.day, &.due {
white-space: nowrap; white-space: nowrap;
} }
......
body.cs188 { body.cs188 {
.static_tab_wrapper {
.syllabus {
padding: 0px;
}
}
.due_dates { .due_dates {
li { li {
.assignment { .assignment {
......
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