Created
May 8, 2012 05:24
-
-
Save vicchi/2632775 to your computer and use it in GitHub Desktop.
WP Biographia Avatar CSS for Organic Themes - News Theme
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
// for @theKyleNofuente | |
// The Organic Themes - News Theme defines .avatar as this | |
.avatar { | |
background: whiteSmoke; | |
border: 1px solid #DDD; | |
margin: 10px 10px 10px 10px 0px; | |
padding: 4px; | |
} | |
// If you redefine .avatar to something like this, the author's image will be correctly | |
// centred by WP Biographia (this has not been tested in situ with the theme, YMMV) | |
// Note: You may need to use !important to get the CSS to cascade correctly. | |
.avatar { | |
background: whiteSmoke; | |
border: 0px solid #DDD; | |
margin: 0px 0px 0px 0px 0px; | |
padding: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment