From 2f6edcbea909fdfae7b98bea9aba5d4ab25a43d3 Mon Sep 17 00:00:00 2001 From: yellowled Date: Sat, 15 Sep 2007 16:38:39 +0000 Subject: [PATCH] BP: Added IE 5 fix for horizontal navbar. --- templates/bulletproof/ie5.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +} -- 2.39.5