mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
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:
parent
9e2c93d2f5
commit
dcc93ab610
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user