Commit 1c9029c1 by Arjun Singh

cs188 styling

parent 4e7ba6e6
......@@ -21,6 +21,12 @@
@import 'course/courseware/sidebar';
@import 'course/courseware/amplifier';
// course-specific courseware (all styles in these files should be gated by a
// course-specific class). This should be replaced with a better way of
// providing course-specific styling.
@import "course/courseware/courses/_cs188.scss";
// wiki
@import "course/wiki/basic-html";
@import "course/wiki/sidebar";
......
body.cs188 {
.course-content{
.project {
ul, ol {
margin-top: 3px;
list-style: disc;
ul, ol {
margin: 0px;
}
}
}
h3, h4 {
font-weight: bold;
a {
color: inherit;
}
}
h4 {
font-size: 1em;
}
p, .code_snippet {
margin-bottom: 1.416em;
}
}
}
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