From 36e703609a945c7eb719afa0916c93aec1b89a81 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 31 Jan 2012 18:03:15 +0100 Subject: [PATCH] Minor CSS errors --- custompages/style-ie6.css | 4 ++-- custompages/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custompages/style-ie6.css b/custompages/style-ie6.css index 98c34b7b1c..fd17e6cf1b 100644 --- a/custompages/style-ie6.css +++ b/custompages/style-ie6.css @@ -17,8 +17,8 @@ body { #backgroundimage { background-attachment:fixed; - width: 100% - height: 100% + width: 100%; + height: 100%; position: absolute; left: 0; top: 30px; diff --git a/custompages/style.css b/custompages/style.css index 37ab87151c..5a46db2580 100644 --- a/custompages/style.css +++ b/custompages/style.css @@ -16,8 +16,8 @@ body { #backgroundimage { background-attachment:fixed; - width: 100% - height: 100% + width: 100%; + height: 100%; position: absolute; left: 0; top: 30px;