Split create section into an ordered list (fixes #7)

This commit is contained in:
Ian Gulliver
2018-11-22 00:04:29 +00:00
parent 8a78eb8e10
commit 18c6ab5be1
2 changed files with 41 additions and 15 deletions

View File

@@ -76,24 +76,36 @@ overview {
margin: 1em;
}
overview > h2 {
overview h2 {
margin-top: 1.2em;
}
overview > blurb {
overview blurb {
max-width: 40em;
}
overview > owner {
overview owner {
text-align: left;
margin-top: 0;
}
overview > recovery {
overview recovery {
margin-top: 0;
margin-bottom: 1em;
font-size: 1.2em;
}
overview ol {
box-sizing: border-box;
max-width: 40em;
margin: 0;
padding-inline-start: 1em;
}
overview ol > li {
margin-bottom: 1em;
}
/**********
* Print
**********/
@@ -136,10 +148,10 @@ pagenum {
justify-content: flex-end;
}
page:first-of-type > pagenum {
page:first-of-type pagenum {
}
page:last-of-type > pagenum {
page:last-of-type pagenum {
align-self: flex-end;
}
@@ -150,7 +162,7 @@ letter {
margin-bottom: 0.2em;
}
page:last-of-type > letter {
page:last-of-type letter {
align-self: flex-end;
}