mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #2213 from xuhdev/classic-css-blockquote
Set <blockquote> in the classic theme to fit with <p>.
This commit is contained in:
commit
f694a9820e
@ -223,7 +223,7 @@ a.headerlink:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.body p, div.body dd, div.body li {
|
||||
div.body p, div.body dd, div.body li, div.body blockquote {
|
||||
text-align: justify;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user