From: brockhaus Date: Sat, 1 Sep 2007 13:47:00 +0000 (+0000) Subject: Added changes sugested by yellowled and Don Chambers in http://board.s9y.org/viewtopi... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2db0cc3f49377d7fcc1c85577c78b1de1450afd9;p=s9y.git Added changes sugested by yellowled and Don Chambers in http://board.s9y.org/viewtopic.php?t=10928&postdays=0&postorder=asc&start=0 --- 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; +}