Merge pull request #3394 from scossar/fix-height-on-onebox-image

Fix: size on onebox-avatar
This commit is contained in:
Régis Hanol 2015-04-24 11:18:26 +02:00
commit be5a76fbc8

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 {