Improved style of blockquotes

This commit is contained in:
Marcin Kurczewski 2014-11-03 10:25:59 +01:00
parent 065c8f8891
commit 3ec506f8c2

View file

@ -103,3 +103,9 @@
#global-comment-list .post-small a { #global-comment-list .post-small a {
margin: 0; margin: 0;
} }
blockquote {
border-left: 3px solid #eee;
margin-left: 0;
padding-left: 0.7em;
}