summary refs log tree commit diff stats
path: root/theme/layouts/7/style.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-03-01 17:31:52 -0500
committerStarla Insigna <hatkirby@fourisland.com>2010-03-01 17:31:52 -0500
commita1247d574e9872b564abcd2850bc33becac9577b (patch)
tree46245203c28cb08ba37efe185335dea17cc882ee /theme/layouts/7/style.css
parent78570eed305682021c1791b1f44ca9235cfcb9ac (diff)
downloadfourisland-a1247d574e9872b564abcd2850bc33becac9577b.tar.gz
fourisland-a1247d574e9872b564abcd2850bc33becac9577b.tar.bz2
fourisland-a1247d574e9872b564abcd2850bc33becac9577b.zip
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.
Diffstat (limited to 'theme/layouts/7/style.css')
-rwxr-xr-xtheme/layouts/7/style.css4
1 files changed, 2 insertions, 2 deletions
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 {
8div#header { 8div#header {
9 width: 100%; 9 width: 100%;
10 height: 200px; 10 height: 200px;
11 background-image: url(http://fourisland.com/theme/images/header-repeat.png); 11 background-image: url(/theme/images/header-repeat.png);
12 background-repeat: repeat-x; 12 background-repeat: repeat-x;
13} 13}
14 14
@@ -16,7 +16,7 @@ div#banner {
16 width: 800px; 16 width: 800px;
17 height: 200px; 17 height: 200px;
18 margin: 0 auto; 18 margin: 0 auto;
19 background-image: url(http://fourisland.com/theme/images/header.png); 19 background-image: url(/theme/images/header.png);
20 background-position: bottom right; 20 background-position: bottom right;
21} 21}
22 22