Update landing page to use gravatar.

This commit is contained in:
yackob03 2013-09-27 18:15:31 -04:00
parent bf926aceee
commit 730f4f2d66
5 changed files with 21 additions and 1 deletions

View file

@ -193,4 +193,13 @@ p.editable:hover i {
.repo .images {
margin: 10px;
}
.navbar-nav > li > .user-dropdown {
padding-top: 9px;
padding-bottom: 9px;
}
.user-dropdown > img {
padding-right: 6px;
}