team profile restyled

This commit is contained in:
Dmitriy Zaporozhets 2012-04-02 21:13:44 +03:00
parent a264ef2f03
commit c40c627a3b
2 changed files with 58 additions and 58 deletions

View file

@ -370,12 +370,12 @@ img.lil_av {
.profile_avatar_holder {
float:left;
width:90px;
height:90px;
width:60px;
height:60px;
margin-right:20px;
img {
width:90px;
height:90px;
width:60px;
height:60px;
background:#eee;
}
}
@ -1173,3 +1173,9 @@ li.note {
.wiki_content code, .readme code{
background-color: inherit;
}
.team_member_show {
td:first-child {
color:#aaa;
}
}