Fix size on onebox-avatar

This commit is contained in:
Simon Cossar 2015-04-23 20:42:27 -07:00
parent 923c164d54
commit def9740d5d
1 changed files with 5 additions and 3 deletions

View File

@ -139,9 +139,11 @@ aside.onebox {
}
}
.onebox-avatar {
height: 90px !important;
width: 90px !important;
aside.onebox .onebox-body .onebox-avatar {
max-height: none;
max-width: none;
height: 90px;
width: 90px;
}
blockquote {