Adjust margins on top level and nested line-blocks

- top level have no left margin and a bottom margin
- nested have a left margin and no bottom margin
This commit is contained in:
David Fischer 2018-01-15 11:24:03 -08:00 committed by David Fischer
parent 9e2c93d2f5
commit dcc93ab610
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60

View File

@ -86,6 +86,10 @@
margin-bottom: $base-line-height / 2 margin-bottom: $base-line-height / 2
.line-block .line-block
margin-left: 0px margin-left: 0px
margin-bottom: $base-line-height
.line-block .line-block
margin-left: $base-line-height
margin-bottom: 0px
// Generics handling of headings and toc stuff. // Generics handling of headings and toc stuff.
.topic-title .topic-title