From 3d2a5166431c97f3cf6f3221ddd618aaefecb7c0 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 10 Mar 2009 21:12:04 -0400 Subject: Fixed IE centering bug See http://bluerobot.com/web/css/center1.html for more details. --- theme/css/ie.css | 8 ++++++++ theme/css/website.css | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/theme/css/ie.css b/theme/css/ie.css index 0537b43..6903ed4 100644 --- a/theme/css/ie.css +++ b/theme/css/ie.css @@ -5,3 +5,11 @@ body * { dl.icon { height: 50px; } + +#wrap { + text-align: center; +} + +#wrap * { + text-align: left; +} diff --git a/theme/css/website.css b/theme/css/website.css index a41a56a..6b030fe 100755 --- a/theme/css/website.css +++ b/theme/css/website.css @@ -243,8 +243,6 @@ div#sidebar li img { margin: 10px auto; text-align: left; padding: 0; -/* background-image: url(/theme/images/bg_body.gif); - background-repeat: repeat-y; */ background-color: white; background-color: rgba(255, 255, 255, 0.5); border: 4px solid gray; -- cgit 1.4.1