fix blockquote bug

This commit is contained in:
Zhongwei Sun 2015-01-23 22:53:46 +08:00
commit 0ab2b57b66

View file

@ -129,6 +129,7 @@ blockquote {
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
overflow: auto;
}
blockquote:before {
color: #ccc;