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