From: Matt Lee Date: Thu, 29 Jul 2010 15:45:13 +0000 (-0400) Subject: fixed image path X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac005adbb24531010620fffbf532ec173155c143;p=quix0rs-gnu-social.git fixed image path --- diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index b0f67334ad..8a10dd02fc 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;}