2012-09-14 18:13:25 +02:00
|
|
|
.profile_history {
|
|
|
|
.event_feed {
|
2012-11-23 17:33:43 +01:00
|
|
|
min-height: 20px;
|
2012-09-14 18:13:25 +02:00
|
|
|
.avatar {
|
2012-11-23 17:33:43 +01:00
|
|
|
width: 20px;
|
2012-09-14 18:13:25 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-11-21 06:14:05 +01:00
|
|
|
|
|
|
|
.profile_avatar_holder {
|
2012-11-23 17:33:43 +01:00
|
|
|
float: left;
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
margin-right: 20px;
|
2012-11-21 06:14:05 +01:00
|
|
|
img {
|
2012-11-23 17:33:43 +01:00
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
2012-11-23 17:51:38 +01:00
|
|
|
background: #fff;
|
2012-11-21 06:14:05 +01:00
|
|
|
padding: 1px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
}
|