summary refs log tree commit diff stats
path: root/theme/layouts/7/style.css
diff options
context:
space:
mode:
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