From 3db02ede82708f512402ced631934696b4a6f399 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Fri, 1 Jan 2016 12:21:24 -0800 Subject: [PATCH] Set
in the classic theme to fit with

. A blockquote looks better if its text style is close to

. --- sphinx/themes/classic/static/classic.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/themes/classic/static/classic.css_t b/sphinx/themes/classic/static/classic.css_t index 15d072954..3f3274ec3 100644 --- a/sphinx/themes/classic/static/classic.css_t +++ b/sphinx/themes/classic/static/classic.css_t @@ -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%; }