Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHong Xu <hong@topbug.net>2016-01-01 23:21:24 +0300
committerHong Xu <hong@topbug.net>2016-01-01 23:21:24 +0300
commit3db02ede82708f512402ced631934696b4a6f399 (patch)
treeb44a735df282a354fde333dc9ca6261352f54c02 /sphinx/themes/classic/static/classic.css_t
parentb0f376fdb8946ae476027019e3e335f5a60ee0ed (diff)
Set <blockquote> in the classic theme to fit with <p>.
A blockquote looks better if its text style is close to <p>.
Diffstat (limited to 'sphinx/themes/classic/static/classic.css_t')
-rw-r--r--sphinx/themes/classic/static/classic.css_t2
1 files changed, 1 insertions, 1 deletions
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%;
}