Fix styling of math and blockquote

This commit is contained in:
Johannes Schönberger
2013-05-26 12:41:08 +02:00
parent 0d3e752b4d
commit 71e7eb9a0d
@@ -41,6 +41,9 @@ h6 {
font-size: 13px;
line-height: 15px;
}
blockquote {
border-left: 0;
}
.logo {
float: left;
@@ -222,3 +225,8 @@ p.admonition-title {
width: 200px;
text-align: center !important;
}
/* misc */
div.math {
text-align: center;
}