Created
October 2, 2013 04:24
-
-
Save RhythmShahriar/6789134 to your computer and use it in GitHub Desktop.
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
/**------------------------------------------- | |
* @package WordPress Default Avatar | |
* @link http://rhythmshahriar.com | |
* @author Rhythm <[email protected]> | |
* @copyright Copyright (c) 2013, Rhythm Shahriar | |
-------------------------------------------------*/ | |
.bypostauthor > article .comment-author span[itemprop="name"] { | |
background: url(images/varified-badge.png) no-repeat right center; /*Image location, it's in your stylesheet images directory*/ | |
padding-right: 40px; | |
padding-bottom:10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment