From: yellowled Date: Sat, 15 Sep 2007 16:38:39 +0000 (+0000) Subject: BP: Added IE 5 fix for horizontal navbar. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f6edcbea909fdfae7b98bea9aba5d4ab25a43d3;p=s9y.git BP: Added IE 5 fix for horizontal navbar. --- diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css index a9d5c83..aaf7d59 100644 --- a/templates/bulletproof/ie5.css +++ b/templates/bulletproof/ie5.css @@ -22,3 +22,9 @@ .serendipitySideBarContent select { width: 70%; } + +/* fix horizontal navbar display */ +#sitenav ul li { + float: left; + width: 10em; +}