Skip to content

Commit

Permalink
Remove setting blocking CSS
Browse files Browse the repository at this point in the history
MyBB has a "Maximum Avatar Dimensions in Posts" setting, but the new 1.8 theme has CSS which blocks this functionality.
  • Loading branch information
Nathan Malcolm committed Jul 19, 2013
1 parent 5be32c9 commit e9a62c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions install/resources/mybb_theme.xml
Expand Up @@ -1006,17 +1006,10 @@ div.error ul {
.post .post_author div.author_avatar img {
padding: 5px;
max-width: 55px;
max-height: 55px;
border: 1px solid #ddd;
background: #fff;
}
.post.classic .post_author div.author_avatar img {
max-width: 100px;
max-height: 100px;
}
.post .post_author div.author_information {
float: left;
padding: 6px 8px;
Expand Down

0 comments on commit e9a62c6

Please sign in to comment.