]> git.mjollnir.org Git - s9y.git/commitdiff
Added changes sugested by yellowled and Don Chambers in http://board.s9y.org/viewtopi...
authorbrockhaus <brockhaus>
Sat, 1 Sep 2007 13:47:00 +0000 (13:47 +0000)
committerbrockhaus <brockhaus>
Sat, 1 Sep 2007 13:47:00 +0000 (13:47 +0000)
templates/bulletproof/base.css
templates/bulletproof/ie6.css
templates/bulletproof/ie7.css

index c05a5e31c4e848f8435198f942f6bd533c55b911..d3e9f2dcfa3c44873c473a441cd8071e8075fc43 100644 (file)
@@ -108,8 +108,9 @@ body {
     clear: both;
     margin: 0;
     padding: 0!important;
-    width: auto;
+    width: 100%;
     height: 100%;
+    float:left;
 }
 
 /*** Accessibility styles ***/
index 62b86f15828c04468ea4efde0c7d17e52e015916..49c0dc83ee98c85600ce79f3a91f17e95f8ecdbc 100644 (file)
@@ -6,3 +6,6 @@
 /*                                                                    */
 /* http://s9y-bulletproof.com                                         */
 /**********************************************************************/
+#footer {
+    float: none;
+}
index 0479093bb8dce2a16a461ba6127fdb16adaada3c..834b96de0d1d471d91616e88c60ea9aebbb30009 100644 (file)
@@ -6,3 +6,6 @@
 /*                                                                    */
 /* http://s9y-bulletproof.com                                         */
 /**********************************************************************/
+#footer {
+    float: none;
+}