Created
February 27, 2015 03:37
-
-
Save jennimckinnon/f31fdc331ddfc512d2b2 to your computer and use it in GitHub Desktop.
CSS :before image on block quotes in the Spirit child theme of Upfront, a front end drag and drop WordPress theme editor by WPMU DEV.
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
| blockquote:before { | |
| background: url(http://wringer.iamjennialways.com/artisanwalls/wp-content/themes/uf-spirit/images/sprite.png); | |
| background-image: url(http://wringer.iamjennialways.com/artisanwalls/wp-content/themes/uf-spirit/images/sprite.svg), none; | |
| content:""; | |
| display: block; | |
| width: 31px; | |
| height: 23px; | |
| position: relative; | |
| left:-16px; | |
| background-position: -542px -549px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment