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; }