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

This commit is contained in:
Takeshi KOMIYA 2016-02-11 13:38:07 +09:00
parent 18c6a6ae98
commit a9b17ba351

View File

@ -507,3 +507,13 @@ div.code-block-caption {
padding: 2px 5px;
font-size: small;
}
/* -- math display ---------------------------------------------------------- */
div.body div.math p {
text-align: center;
}
span.eqno {
float: right;
}