From 2db0cc3f49377d7fcc1c85577c78b1de1450afd9 Mon Sep 17 00:00:00 2001 From: brockhaus Date: Sat, 1 Sep 2007 13:47:00 +0000 Subject: [PATCH] Added changes sugested by yellowled and Don Chambers in http://board.s9y.org/viewtopic.php?t=10928&postdays=0&postorder=asc&start=0 --- templates/bulletproof/base.css | 3 ++- templates/bulletproof/ie6.css | 3 +++ templates/bulletproof/ie7.css | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index c05a5e3..d3e9f2d 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -108,8 +108,9 @@ body { clear: both; margin: 0; padding: 0!important; - width: auto; + width: 100%; height: 100%; + float:left; } /*** Accessibility styles ***/ diff --git a/templates/bulletproof/ie6.css b/templates/bulletproof/ie6.css index 62b86f1..49c0dc8 100644 --- a/templates/bulletproof/ie6.css +++ b/templates/bulletproof/ie6.css @@ -6,3 +6,6 @@ /* */ /* http://s9y-bulletproof.com */ /**********************************************************************/ +#footer { + float: none; +} diff --git a/templates/bulletproof/ie7.css b/templates/bulletproof/ie7.css index 0479093..834b96d 100644 --- a/templates/bulletproof/ie7.css +++ b/templates/bulletproof/ie7.css @@ -6,3 +6,6 @@ /* */ /* http://s9y-bulletproof.com */ /**********************************************************************/ +#footer { + float: none; +} -- 2.39.5