]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Added IE 5 fix for horizontal navbar.
authoryellowled <yellowled>
Sat, 15 Sep 2007 16:38:39 +0000 (16:38 +0000)
committeryellowled <yellowled>
Sat, 15 Sep 2007 16:38:39 +0000 (16:38 +0000)
templates/bulletproof/ie5.css

index a9d5c838e9b6f1d35f2ff8e06e7155e3d9303346..aaf7d5960d381dc16e24a61e14abd325d4945011 100644 (file)
@@ -22,3 +22,9 @@
 .serendipitySideBarContent select {
     width: 70%;
 }
+
+/* fix horizontal navbar display                    */
+#sitenav ul li {
+    float: left;
+    width: 10em;
+}