gitlabhq/app/assets/stylesheets/sections/profile.scss

23 lines
304 B
SCSS
Raw Normal View History

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