(refs #28)Display avatar images in some places.

This commit is contained in:
takezoe
2013-07-10 19:57:59 +09:00
parent 4893e9a58a
commit 485d6131d5
11 changed files with 34 additions and 17 deletions

View File

@@ -197,6 +197,16 @@ span.note {
margin-left: 20px;
}
img.avatar {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
div.activity-message {
margin-left: 20px;
}
fieldset.margin {
border-top: 1px solid #eee;
margin-top: 10px;