Made highlighted tab text bold.
authorjollytoad <jollytoad>
Wed, 14 Jul 2004 10:01:33 +0000 (10:01 +0000)
committerjollytoad <jollytoad>
Wed, 14 Jul 2004 10:01:33 +0000 (10:01 +0000)
themes/default/global.css

index e5be5c083357732f170178f4f2c2331b2a9da521..2d62370b79bfff424c3f2dc5c212140213d7391f 100644 (file)
@@ -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;
+}