/ Published in: CSS
URL: http://monc.se/kitchen/129/rendering-quotes-with-css
Expand |
Embed | Plain Text
blockquote > *:before { content: '\201C' } blockquote > *:after { content: '\201D' }
You need to login to post a comment.
