Fix equations are not centering in haiku theme (ref: #2294)

This commit is contained in:
Takeshi KOMIYA 2016-02-11 13:33:55 +09:00
parent 906d1c905d
commit 18c6a6ae98

View File

@ -369,3 +369,8 @@ div.viewcode-block:target {
margin: -1px -10px;
padding: 0 12px;
}
/* math display */
div.math p {
text-align: center;
}