diff options
| author | Georg Brandl <georg@python.org> | 2008-11-23 12:43:35 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-23 12:43:35 +0100 |
| commit | 0ca43d85c3b614b8d57923fd0ce166787bf34801 (patch) | |
| tree | 41d118f797cad23b1ba145d379af060865151ac0 | |
| parent | 479b875549a435aad89a56cf4f97b57fe207857a (diff) | |
| download | sphinx-0ca43d85c3b614b8d57923fd0ce166787bf34801.tar.gz | |
Make display equations centered.
| -rw-r--r-- | sphinx/static/default.css | 2 |
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; } |
