Skip to content

Instantly share code, notes, and snippets.

@grobertson
Created May 10, 2013 16:59
Show Gist options
  • Save grobertson/5555759 to your computer and use it in GitHub Desktop.
Save grobertson/5555759 to your computer and use it in GitHub Desktop.
dailydot.article.less:.article-content BLOCKQUOTE.pullquote { width:90%; margin:40px auto 30px; border:none; padding:none; position: relative; font:24px/29px @serifFontFamily;}
dailydot.article.less:.article-content BLOCKQUOTE.pullquote P { text-align: left; z-index:2; text-indent:0; font:inherit; position: relative; }
dailydot.article.less:.article-content BLOCKQUOTE.pullquote:before,
dailydot.article.less:.article-content BLOCKQUOTE.pullquote:after { font-size:136px; color:#ddd; position:absolute; z-index:1; display:block; }
dailydot.article.less:.article-content BLOCKQUOTE.pullquote::before { content:'\201C'; top:34px; left: -15px; }
dailydot.article.less:.article-content BLOCKQUOTE.pullquote SPAN.quoter { font-size:16px; display:block; width:100%; text-align:right; }
dailydot.article.less:.article-content BLOCKQUOTE.pullquote SPAN.quoter:before { content:'\2014 '; text-align: right; width:100%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment