diff options
| author | Georg Brandl <georg@python.org> | 2008-11-16 18:44:46 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-16 18:44:46 +0100 |
| commit | 500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c (patch) | |
| tree | 3188dac1f19460743e1a89ab78bcec74c6ed19df /sphinx/static/default.css | |
| parent | 4f7e02cf772cbfccae3bf6fadd169827f525f587 (diff) | |
| download | sphinx-500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c.tar.gz | |
A few math experience improvements, inspired by Fredrik Johansson.
Diffstat (limited to 'sphinx/static/default.css')
| -rw-r--r-- | sphinx/static/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/static/default.css b/sphinx/static/default.css index cd2bfc35..288fa487 100644 --- a/sphinx/static/default.css +++ b/sphinx/static/default.css @@ -832,6 +832,10 @@ form.comment textarea { border: 3px solid red; } +img.math { + vertical-align: middle; +} + div.math { text-align: center; } |
