mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
modified default avatar
This commit is contained in:
BIN
media/avatars/default.jpg
Normal file
BIN
media/avatars/default.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 897 B |
@@ -305,7 +305,7 @@ p.path, p.access-notice { margin: 12px 0 6px 0; }
|
||||
}
|
||||
.home-profile .avatar {
|
||||
float:left;
|
||||
margin-right:20px;
|
||||
margin-right:15px;
|
||||
}
|
||||
.mygroup {
|
||||
display:inline-block;
|
||||
|
@@ -193,7 +193,7 @@ else:
|
||||
#avatar
|
||||
AVATAR_STORAGE_DIR = 'avatars'
|
||||
AVATAR_GRAVATAR_BACKUP = False
|
||||
AVATAR_DEFAULT_URL = '/avatars/default.png'
|
||||
AVATAR_DEFAULT_URL = '/avatars/default.jpg'
|
||||
AUTO_GENERATE_AVATAR_SIZES = (80, 16)
|
||||
AVATAR_MAX_AVATARS_PER_USER = 1
|
||||
AVATAR_CACHE_TIMEOUT = 0
|
||||
|
Reference in New Issue
Block a user