summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorMatt Lee <mattl@cnuk.org>2010-07-29 11:45:13 -0400
committerMatt Lee <mattl@cnuk.org>2010-07-29 11:45:13 -0400
commitac005adbb24531010620fffbf532ec173155c143 (patch)
tree61bf9d10bc90b9d7c0155e47a6823192fd7089e6 /theme
parentd85f4ddc7fb9878e99ee55d14b5250853758c726 (diff)
fixed image path
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/gnusocial/css/social.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css
index b0f67334a..8a10dd02f 100755
--- a/theme/gnusocial/css/social.css
+++ b/theme/gnusocial/css/social.css
@@ -29,7 +29,7 @@ dl, dd { margin: 0 !important; padding: 0 !important;}
html, body{padding: 0; margin: 0;}
- body {background-image: url(/theme/gnusocial/bg.png) !important; background-repeat: repeat-x !important; background-color: white;}
+ body {background-image: url(/theme/gnusocial/images/bg.png) !important; background-repeat: repeat-x !important; background-color: white;}
#hd h1 {margin: 0; line-height: 40px; font-size: 24px; font-weight: bold;}