Add spacing to lists

This commit is contained in:
RunasSudo 2017-12-11 21:01:41 +10:30
parent 36cb4defe2
commit f538c33d19
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@
text-decoration: underline;
}
/* Default of 1.25rem is too small for our long lists… */
.ui.ordered.list, .ui.ordered.list .list, ol.ui.list, ol.ui.list ol {
margin-left: 1.75rem;
}
.ui.ordered.list .list > .item::before, .ui.ordered.list > .item::before, ol.ui.list li::before {
margin-left: -1.75rem;
}
@media print {
body, html {
/* Default height: 100% causes blank pages */