adding some styling so that the syllabus lists display reasonably

This commit is contained in:
Arjun Singh
2012-08-08 02:55:32 -04:00
parent 8059008bde
commit d8a1b5d574

View File

@@ -274,6 +274,17 @@
}
}
}
.prerequisites, .syllabus {
ul {
li {
font: normal 1em/1.6em $serif;
}
ul {
margin: 5px 0px 10px;
}
}
}
.faq {
@include clearfix;