Skip to content

Instantly share code, notes, and snippets.

@markjaquith
Created May 3, 2013 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markjaquith/80147de2ab6f38b25597 to your computer and use it in GitHub Desktop.
Save markjaquith/80147de2ab6f38b25597 to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_head', function(){
?><style>
figure.quote blockquote p:first-of-type:before {
content: '\201C';
font-size: 1.4em;
font-size: 5.0em;
line-height: 1em;
padding-right: 25px;
top: -15px;
position: relative;
float: left;
font-family: Georgia;
color: rgba( 230, 63, 42, .5 );
}
article.format-quote footer.entry-meta {
margin-top: 0;
}
</style><?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment