mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix equations are not centering in haiku theme (ref: #2294)
This commit is contained in:
@@ -369,3 +369,8 @@ div.viewcode-block:target {
|
||||
margin: -1px -10px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
/* math display */
|
||||
div.math p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user