Set <blockquote> in the classic theme to fit with <p>.

A blockquote looks better if its text style is close to <p>.
This commit is contained in:
Hong Xu
2016-01-01 12:21:24 -08:00
parent b0f376fdb8
commit 3db02ede82
+1 -1
View File
@@ -223,7 +223,7 @@ a.headerlink:hover {
color: white;
}
div.body p, div.body dd, div.body li {
div.body p, div.body dd, div.body li, div.body blockquote {
text-align: justify;
line-height: 130%;
}