Better style for blockquote text in comments

This commit is contained in:
Dmitriy Zaporozhets 2013-08-26 13:50:13 +03:00
parent 86d92bdae7
commit 45c3925020
1 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,12 @@
h2 { margin-top: 25px;} h2 { margin-top: 25px;}
h3 { margin-top: 20px;} h3 { margin-top: 20px;}
h4 { margin-top: 15px;} h4 { margin-top: 15px;}
blockquote p {
color: #888;
font-size: 14px;
line-height: 1.5;
}
} }
@mixin page-title { @mixin page-title {