summaryrefslogtreecommitdiff
path: root/sphinx/static/default.css
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-16 18:44:46 +0100
committerGeorg Brandl <georg@python.org>2008-11-16 18:44:46 +0100
commit500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c (patch)
tree3188dac1f19460743e1a89ab78bcec74c6ed19df /sphinx/static/default.css
parent4f7e02cf772cbfccae3bf6fadd169827f525f587 (diff)
downloadsphinx-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.css4
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;
}