From 24929f077cf0074b1001ac5e21cbff83e3f6f026 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Thu, 5 May 2005 20:16:37 +0000 Subject: [PATCH] made the nav bar a bit taller --- interface/globals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/globals.php b/interface/globals.php index a3af5be10..509311693 100644 --- a/interface/globals.php +++ b/interface/globals.php @@ -67,7 +67,7 @@ $GLOBALS['style']['BOTTOM_BG_LINE'] = $bottom_bg_line; // the height in pixels of the Logo bar at the top of the login page. $GLOBALS['logoBarHeight'] = 110; // the height in pixels of the Navigation bar -$GLOBALS['navBarHeight'] = 20; +$GLOBALS['navBarHeight'] = 22; // the height in pixels of the Title bar $GLOBALS['titleBarHeight'] = 20; -- 2.11.4.GIT