From 44e1fc9296a1b8907986fe4dc63a8a77cb0b7815 Mon Sep 17 00:00:00 2001 From: Ted Serbinski Date: Sat, 18 Nov 2006 01:27:40 +0000 Subject: [PATCH] fix default menu size to be a bit larger --- simplemenu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplemenu.css b/simplemenu.css index 40437b30..b2c0b420 100644 --- a/simplemenu.css +++ b/simplemenu.css @@ -12,7 +12,7 @@ z-index:48; ul#menubar { background:#eee; border-bottom:1px solid #a3a3a3; -font:10px Arial, Helvetica, sans-serif; +font:12px Arial, Helvetica, sans-serif; left:0; position:fixed; top:0;