Fix inconsistent margins and line breaks in contributors list

This commit is contained in:
Saivann 2014-06-14 21:05:56 -04:00
parent 5f2d32d134
commit bec898f641
4 changed files with 32 additions and 9 deletions

View file

@ -972,17 +972,28 @@ table td,table th{
.contributors{
width:890px;
text-align:left;
}
.contributors span a{
font-size:80%;
}
.contributors span{
.contributors img{
width:16px;
height:16px;
}
.contributors div{
padding:8px 0;
width:170px;
overflow:hidden;
display:inline-block;
vertical-align:top;
}
.contributors div div{
width:auto;
padding:0;
}
.contributors div div:first-child+div{
max-width:100px;
margin:0 2px;
white-space:nowrap;
}
.resources{
text-align:left;