Better blockquotes
This commit is contained in:
parent
a41588f3e5
commit
a9eda22a4e
|
@ -277,6 +277,11 @@ blockquote {
|
||||||
margin: 1.6em 0 1.6em -2.2em;
|
margin: 1.6em 0 1.6em -2.2em;
|
||||||
padding: 0 0 0 1.6em;
|
padding: 0 0 0 1.6em;
|
||||||
border-left: #4a4a4a 0.4em solid;
|
border-left: #4a4a4a 0.4em solid;
|
||||||
|
quotes: "“" "”";
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote > p:first-child:before {
|
||||||
|
content: open-quote;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote p {
|
blockquote p {
|
||||||
|
|
Loading…
Reference in New Issue