From 8fcce85864d5f8f7ad9b54317dc62bf330405de2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 16:57:56 -0400 Subject: [PATCH] fix menuish again darcs-hash:20080520205756-84dde-1ee1cbaae42b5a0cb9c684849e43a7ffc1338f82.gz --- theme/default/style/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/default/style/layout.css b/theme/default/style/layout.css index f35d4ae972..050811c2ea 100644 --- a/theme/default/style/layout.css +++ b/theme/default/style/layout.css @@ -300,7 +300,7 @@ ul.bigLinks li a:hover span.desc { border-top: 1px solid #BDEDDE; } -ul.menuish { +ul.menuish li { display: inline; list-style: none; -} \ No newline at end of file +}