summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-23 12:43:35 +0100
committerGeorg Brandl <georg@python.org>2008-11-23 12:43:35 +0100
commit0ca43d85c3b614b8d57923fd0ce166787bf34801 (patch)
tree41d118f797cad23b1ba145d379af060865151ac0
parent479b875549a435aad89a56cf4f97b57fe207857a (diff)
downloadsphinx-0ca43d85c3b614b8d57923fd0ce166787bf34801.tar.gz
Make display equations centered.
-rw-r--r--sphinx/static/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/static/default.css b/sphinx/static/default.css
index 288fa487..9731cd86 100644
--- a/sphinx/static/default.css
+++ b/sphinx/static/default.css
@@ -836,7 +836,7 @@ img.math {
vertical-align: middle;
}
-div.math {
+div.math p {
text-align: center;
}