Better blockquotes

This commit is contained in:
John O'Nolan 2014-03-22 12:08:52 +01:00
parent a41588f3e5
commit a9eda22a4e
1 changed files with 5 additions and 0 deletions

View File

@ -277,6 +277,11 @@ blockquote {
margin: 1.6em 0 1.6em -2.2em;
padding: 0 0 0 1.6em;
border-left: #4a4a4a 0.4em solid;
quotes: "“" "”";
}
blockquote > p:first-child:before {
content: open-quote;
}
blockquote p {