From de7b11e91b13fbd75dc84a255481f0f82974e35a Mon Sep 17 00:00:00 2001 From: Grischa 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 c05a5e31..d3e9f2dc 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 62b86f15..49c0dc83 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 0479093b..834b96de 100644 --- a/templates/bulletproof/ie7.css +++ b/templates/bulletproof/ie7.css @@ -6,3 +6,6 @@ /* */ /* http://s9y-bulletproof.com */ /**********************************************************************/ +#footer { + float: none; +}