From a1247d574e9872b564abcd2850bc33becac9577b Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 1 Mar 2010 17:31:52 -0500 Subject: Changed most absolute URLs to relative URLs Because Four Island is often viewed using a subdomain or an IP address in lieu of the actual domain name, relative URLs are needed to render the page correctly in most circumstances. --- theme/layouts/7/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/layouts/7/style.css') diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index e90ee05..2816c53 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css @@ -8,7 +8,7 @@ body { div#header { width: 100%; height: 200px; - background-image: url(http://fourisland.com/theme/images/header-repeat.png); + background-image: url(/theme/images/header-repeat.png); background-repeat: repeat-x; } @@ -16,7 +16,7 @@ div#banner { width: 800px; height: 200px; margin: 0 auto; - background-image: url(http://fourisland.com/theme/images/header.png); + background-image: url(/theme/images/header.png); background-position: bottom right; } -- cgit 1.4.1