Skip to content

Instantly share code, notes, and snippets.

@vicchi
Created May 8, 2012 05:24
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 vicchi/2632775 to your computer and use it in GitHub Desktop.
Save vicchi/2632775 to your computer and use it in GitHub Desktop.
WP Biographia Avatar CSS for Organic Themes - News Theme
// 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