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

This commit is contained in:
Takeshi KOMIYA 2016-02-11 13:39:48 +09:00
parent a9b17ba351
commit 69ae993e96

View File

@ -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;
}