Commit 94c53718 by Giulio Gratta Committed by stv

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'
parent a63848f3
...@@ -304,6 +304,20 @@ ...@@ -304,6 +304,20 @@
float: left; float: left;
margin-right: flex-gutter(); margin-right: flex-gutter();
width: flex-grid(8); 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 { .inner-wrapper {
> section { > section {
......
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