/ 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.
fatihturan on 01/28/10
3 people have marked this snippet as a favorite
URL: http://monc.se/kitchen/129/rendering-quotes-with-css
blockquote > *:before { content: '\201C' } blockquote > *:after { content: '\201D' }
You need to login to post a comment.