Merge pull request #380 from rtfd/fix-273

Fix #273 line-block: set the left margin to 0px
This commit is contained in:
David Fischer 2018-01-20 19:28:21 -08:00 committed by GitHub
commit 25fb424668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,11 @@
.section ol p, .section ul p
margin-bottom: $base-line-height / 2
.line-block
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.
.topic-title