Adds very basic about page style to ul, ol and dl

About pages need basic support for lists since professors often want to display lists or 'definitions'
This commit is contained in:
Giulio Gratta
2014-04-25 10:14:53 -07:00
parent 12c8f09222
commit fa63507034

View File

@@ -298,6 +298,20 @@
float: left;
margin-right: flex-gutter();
width: flex-grid(8);
font: normal 1em/1.6em $serif;
h2 {
margin-top: ($baseline*1.5);
}
p {
margin-bottom: ($baseline/2);
}
dt {
margin-top: ($baseline/2);
font-weight: 700;
}
.inner-wrapper {
> section {