From: jollytoad Date: Wed, 14 Jul 2004 10:01:33 +0000 (+0000) Subject: Made highlighted tab text bold. X-Git-Tag: REL_3-5-1~130 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=47e6fa93cd3d90ec3d9c824cc708978eddd30ba3;p=phppgadmin.git Made highlighted tab text bold. --- diff --git a/themes/default/global.css b/themes/default/global.css index e5be5c08..2d62370b 100644 --- a/themes/default/global.css +++ b/themes/default/global.css @@ -1,7 +1,7 @@ /** * Default style sheet * - * $Id: global.css,v 1.21 2004/07/12 04:18:44 chriskl Exp $ + * $Id: global.css,v 1.22 2004/07/14 10:01:33 jollytoad Exp $ */ /** ELEMENTS */ @@ -245,3 +245,8 @@ a.navlink:active, a.toplink:active font-weight: bold; text-decoration: none; } + +.navbar .active a +{ + font-weight: bold; +}