Commit 0cea2ffe by Calen Pennington

Merge pull request #367 from MITx/arjun/cs188_syllabus_styling

adding some styling so that the syllabus lists display reasonably
parents acd5a5fe eb268238
...@@ -274,6 +274,17 @@ ...@@ -274,6 +274,17 @@
} }
} }
} }
.prerequisites, .syllabus {
ul {
li {
font: normal 1em/1.6em $serif;
}
ul {
margin: 5px 0px 10px;
}
}
}
.faq { .faq {
@include clearfix; @include clearfix;
......
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