From 304255894f6d0bd26c2b7b865fd697cbe3b4d238 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Aug 2009 22:57:12 +0200 Subject: [PATCH] #220: Fix CSS so that displaymath really is centered. --- CHANGES | 2 ++ sphinx/themes/basic/static/basic.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 03b1af31c..d435175c4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ Release 0.6.3 (in development) ============================== +* #220: Fix CSS so that displaymath really is centered. + * #222: Allow the "Footnotes" header to be translated. * #225: Don't add whitespace in generated HTML after inline tags. diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index 68cae4fc6..128114b76 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -378,7 +378,7 @@ img.math { vertical-align: middle; } -div.math p { +div.body div.math p { text-align: center; }