Automattic/o2

p2-breathe CSS

Opened this issue · 1 comments

Some bizarre avatars positionnement.

I fix it with custom CSS.

article.post .entry-header .entry-meta, article#post-new .entry-header .entry-meta, article.page .entry-header .entry-meta {
    margin-left: 0;
}

article.post a.author-avatar, article#post-new a.author-avatar, article.page a.author-avatar {
    margin-right: 5px;
}

I can confirm this is from the older version of p2-breathe that's available as a zip. If you check out the latest version of the theme from Subversion, everything looks as it should.