diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-28 10:51:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-28 10:51:40 +0000 |
commit | 2fe79310df8cbdcd9a749dc200ae004e37c72127 (patch) | |
tree | 91eb424e08524986357f29701927800daf3f9a13 /misc | |
parent | fe09d5a7867e9f5294e23cb202def475c102fcbc (diff) | |
download | brdo-2fe79310df8cbdcd9a749dc200ae004e37c72127.tar.gz brdo-2fe79310df8cbdcd9a749dc200ae004e37c72127.tar.bz2 |
- Rewrote the most of the menu system; this fixes Al's problem with the
"create content" link.
- Manually merged the user module's new menu items. Al's patch did not
apply.
- Added some missing t()s.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 881657227..93f4cac12 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -278,7 +278,7 @@ pre, code { width: 100%; text-decoration: none; } -#menu li a.current { +#menu li a.active { color: #000; } #menu li a:hover { |