diff options
Diffstat (limited to 'site-media/css')
-rw-r--r-- | site-media/css/sunet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site-media/css/sunet.css b/site-media/css/sunet.css index fc01b2e..3226fcd 100644 --- a/site-media/css/sunet.css +++ b/site-media/css/sunet.css @@ -6,7 +6,7 @@ } html, body { height: 100%; - background: url(/site-media/img/header.jpg) center top repeat-x; + background: url(../img/header.jpg) center top repeat-x; width: 100%; } .wrapper { @@ -28,7 +28,7 @@ html, body { display: block; height: 145px; width: 81px; - background: url(/site-media/img/logo.jpg) center no-repeat; + background: url(../img/logo.jpg) center no-repeat; } .footer, .push { height: 4em; |