Skip to content

Commit

Permalink
Estiliza avatares de contribuidoras
Browse files Browse the repository at this point in the history
  • Loading branch information
Anike Arni committed Nov 17, 2016
1 parent c892013 commit 7912823
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions styles/website.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.contributors {
width: auto;
}

.contributor {
width: 100px;
margin-bottom: 0px;
margin-right: 0px;
}

.contributor-avatar {
display: block;
height: 68px;
}

.contributor-data {
margin: -30px 0 7px 0;
background-color: rgb(250, 250, 250);
font-size: 12px;
}

.contributor-data a {
background-color: rgb(250, 250, 250);
padding: 2px;
border-radius: 0 3px 3px 0;
}

.contributor-additions, .contributor-deletions {
display: none;
}

0 comments on commit 7912823

Please sign in to comment.