diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 15:53:39 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 15:53:39 +0100 |
commit | c979e4d8054f15d51a253a9d360f6c0cd84ae7f0 (patch) | |
tree | 89e1a627a809b8d4f4ac7fd025c346f8940bfae9 | |
parent | 940ecc511d872f1d26f66a1ebcfe3a9fc7c7c4e9 (diff) |
add a default profile picture
-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) +} |