Adjust avatar icon style

This commit is contained in:
Naoki Takezoe
2014-04-18 10:49:48 +09:00
parent c5de7811c4
commit 6760ff34ef
2 changed files with 8 additions and 2 deletions

View File

@@ -260,6 +260,12 @@ img.avatar {
-moz-border-radius: 4px;
}
img.avatar-mini {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
div.activity-message {
margin-left: 20px;
}