Merge pull request #459 from bitcoin/contributors

Add list of bitcoin.org contributors
This commit is contained in:
saivann 2014-06-17 13:52:06 -04:00
commit 8f56414ed3
8 changed files with 79 additions and 8 deletions

View file

@ -995,6 +995,21 @@ table td,table th{
white-space:nowrap;
}
.credit{
text-align:left;
margin:-10px 0;
}
.credit p{
display:inline-block;
width:275px;
vertical-align:top;
margin:10px 0;
}
.credit span{
display:block;
color:#aaa;
}
.resources{
text-align:left;
}