#220: Fix CSS so that displaymath really is centered.

This commit is contained in:
Georg Brandl 2009-08-06 22:57:12 +02:00
parent 4e3746c7f3
commit 304255894f
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -378,7 +378,7 @@ img.math {
vertical-align: middle;
}
div.math p {
div.body div.math p {
text-align: center;
}