Created
May 28, 2013 16:32
-
-
Save LibertysYarn/5664064 to your computer and use it in GitHub Desktop.
Round Featured Image - WP
This file contains 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
.featuredpage img, .featuredpost img, .post-image { | |
background-color: #F5F5F5; | |
border: 1px solid #DDDDDD; | |
border-radius: 50% 50% 50% 50%; | |
padding: 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment