aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-08-22 15:53:39 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-08-22 15:53:39 +0100
commitc979e4d8054f15d51a253a9d360f6c0cd84ae7f0 (patch)
tree89e1a627a809b8d4f4ac7fd025c346f8940bfae9
parent940ecc511d872f1d26f66a1ebcfe3a9fc7c7c4e9 (diff)
add a default profile picture
-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)
+}