mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix equations are not centering in traditional theme (ref: #2294)
This commit is contained in:
parent
69ae993e96
commit
dfe6b1fea3
@ -736,3 +736,13 @@ div.figure p.caption span.caption-number {
|
||||
|
||||
div.figure p.caption span.caption-text {
|
||||
}
|
||||
|
||||
/* :::: MATH DISPLAY :::: */
|
||||
|
||||
div.body div.math p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span.eqno {
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user