From 874c7c1b3e6056911c785d51dd3563ea0221e64f Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 2 May 2012 22:23:27 -0700 Subject: [PATCH] DOC: Add CSS for LaTeX math. --- doc/source/themes/agogo/static/agogo.css_t | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 26280cd3..e35202c2 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -737,3 +737,16 @@ p.rubric { font-weight: bold; font-size: 120%; } + +/* Math */ +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +}