mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix equations are not centering in haiku theme (ref: #2294)
This commit is contained in:
parent
906d1c905d
commit
18c6a6ae98
@ -369,3 +369,8 @@ div.viewcode-block:target {
|
||||
margin: -1px -10px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
/* math display */
|
||||
div.math p {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user