We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(From #285)
There is no specific styling for line blocks, so, among other things, indented lines are not indented.
I looked at the sphinx-rtd theme, and the following lines appear to be responsible for styling line blocks:
sphinx-rtd
.rst-content .line-block { margin-left:0; margin-bottom:24px; line-height:24px } .rst-content .line-block .line-block { margin-left:24px; margin-bottom:0 }
The .line-block .line-block handles indenting text as needed.
.line-block .line-block
| Here is a line | Here is an indented line | Here is a non-indented line
alabaster
furo
Furo should behave like other themes with regard to indented line blocks.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What's happening?
(From #285)
There is no specific styling for line blocks, so, among other things, indented lines are not indented.
I looked at the
sphinx-rtd
theme, and the following lines appear to be responsible for styling line blocks:The
.line-block .line-block
handles indenting text as needed.Reproducer
alabaster
theme.furo
.line-block .line-block
Expectation
Furo should behave like other themes with regard to indented line blocks.
Code of Conduct
The text was updated successfully, but these errors were encountered: