diff options
-rw-r--r-- | public/images/defaultprofilepic.png | bin | 0 -> 4061 bytes | |||
-rw-r--r-- | public/stylesheets/theme.css | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/public/images/defaultprofilepic.png b/public/images/defaultprofilepic.png Binary files differnew file mode 100644 index 000000000..affdaad3d --- /dev/null +++ b/public/images/defaultprofilepic.png diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index fec24cffb..5dbab54dd 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -501,4 +501,8 @@ div.frontpage-box { line-height:18px; min-height: 30px; font-style: italic; -}
\ No newline at end of file +} + +#set_photo { + background: url(/images/defaultprofilepic.png) +} |