Created
May 10, 2013 16:59
-
-
Save grobertson/5555759 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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