aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/images/defaultprofilepic.pngbin0 -> 4061 bytes
-rw-r--r--public/stylesheets/theme.css6
2 files changed, 5 insertions, 1 deletions
diff --git a/public/images/defaultprofilepic.png b/public/images/defaultprofilepic.png
new file mode 100644
index 000000000..affdaad3d
--- /dev/null
+++ b/public/images/defaultprofilepic.png
Binary files differ
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)
+}