Commit 5e49871e by Arjun Singh

cs188 styling

parent 056eebf7
...@@ -35,7 +35,7 @@ div.syllabus { ...@@ -35,7 +35,7 @@ div.syllabus {
padding: 5px 10px; padding: 5px 10px;
&.day, &.due, &.slides { &.day, &.due, &.slides, &.assignment {
white-space: nowrap; white-space: nowrap;
} }
......
body.cs188 { body.cs188 {
.course_information {
ul, ol {
color: $base-font-color;
li {
margin: 4px 0px;
}
ul, ol {
margin: 6px;
}
}
}
.static_tab_wrapper { .static_tab_wrapper {
.syllabus { .syllabus {
padding: 0px; padding: 0px;
......
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