projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4683e1
)
Made highlighted tab text bold.
author
jollytoad
<jollytoad>
Wed, 14 Jul 2004 10:01:33 +0000
(10:01 +0000)
committer
jollytoad
<jollytoad>
Wed, 14 Jul 2004 10:01:33 +0000
(10:01 +0000)
themes/default/global.css
patch
|
blob
|
blame
|
history
diff --git
a/themes/default/global.css
b/themes/default/global.css
index e5be5c083357732f170178f4f2c2331b2a9da521..2d62370b79bfff424c3f2dc5c212140213d7391f 100644
(file)
--- a/
themes/default/global.css
+++ b/
themes/default/global.css
@@
-1,7
+1,7
@@
/**
* Default style sheet
*
- * $Id: global.css,v 1.2
1 2004/07/12 04:18:44 chriskl
Exp $
+ * $Id: global.css,v 1.2
2 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;
+}