Skip to content

Commit

Permalink
More pronounced rounded corners on plusser gravatars.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 14, 2014
1 parent 816a081 commit 8176bce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions root/static/less/plusser.less
@@ -1,16 +1,16 @@
.plussers_disp {
img {
width: 75px;
height: 75px;
border-radius: 3.5px;
}
-moz-column-count: 5;
-webkit-column-count: 5;
-o-column-count: 5;
-ms-column-count: 5;
column-count: 5;
margin-bottom: 100px;
img {
width: 75px;
height: 75px;
border-radius: 9px;
}
-moz-column-count: 5;
-webkit-column-count: 5;
-o-column-count: 5;
-ms-column-count: 5;
column-count: 5;
margin-bottom: 100px;
}
.display-pic {
margin: 0 0 50px 0;
margin: 0 0 50px 0;
}

0 comments on commit 8176bce

Please sign in to comment.