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

This commit is contained in:
Takeshi KOMIYA 2016-02-11 13:41:49 +09:00
parent 69ae993e96
commit dfe6b1fea3

View File

@ -736,3 +736,13 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text {
}
/* :::: MATH DISPLAY :::: */
div.body div.math p {
text-align: center;
}
span.eqno {
float: right;
}