From 97166b1cb3032f9e6ab84c5450c15a3706fe8653 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 15 Sep 2007 16:46:15 +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 a9d5c838..aaf7d596 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; +}