mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 07:29:48 +08:00
Merge pull request #185 from stefanv/doc_math_css
DOC: Add CSS for LaTeX math.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user