Merge pull request #185 from stefanv/doc_math_css

DOC: Add CSS for LaTeX math.
This commit is contained in:
tonysyu
2012-05-03 11:23:27 -07:00
@@ -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;
}