- Retina optimized gravatar
- White Umbraco logo
This commit is contained in:
Anders Stentebjerg
2013-11-07 16:51:25 +00:00
parent fa0b3ddab9
commit 641d0c737f
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -79,7 +79,8 @@ ul.sections li.avatar a {
}
ul.sections li.avatar a img {
border-radius: 500px;
border-radius: 16px;
width: 32px
}
.faded ul.sections li {

View File

@@ -27,6 +27,7 @@
@red: #9d261d;
@yellow: #ffc40d;
@orange: #f57020;
@turquoise: #04bfbf;
@pink: #c3325f;
@purple: #7a43b6;

View File

@@ -104,7 +104,7 @@ function MainController($scope, $location, $routeParams, $rootScope, $timeout, $
$("#avatar-img").fadeTo(1000, 0, function(){
$timeout(function(){
$scope.avatar = "http://www.gravatar.com/avatar/" + $scope.user.emailHash +".jpg?s=32&d=mm";
$scope.avatar = "http://www.gravatar.com/avatar/" + $scope.user.emailHash +".jpg?s=64&d=mm";
});
$("#avatar-img").fadeTo(1000, 1);