mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Set <blockquote> in the classic theme to fit with <p>.
A blockquote looks better if its text style is close to <p>.
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user