Make display equations centered.

This commit is contained in:
Georg Brandl
2008-11-23 12:43:35 +01:00
parent 16d26edcd8
commit 8fd56e7ece

View File

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