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

@ -260,6 +260,15 @@ body{
margin-bottom:30px;
}
.contributors div{
zoom:1;
display:inline;
}
.contributors span{
width:16px;
height:16px;
}
.foundation{
width:500px;
}