diff options
-rw-r--r-- | skins/cavendish/template.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/cavendish/template.css b/skins/cavendish/template.css index 0b93b93..13b2664 100644 --- a/skins/cavendish/template.css +++ b/skins/cavendish/template.css @@ -57,7 +57,7 @@ color: #fff;
text-decoration: none;
}
- #header ul a.selected { font-weight: bold; }
+ #header ul li.selected a { font-weight: bold; }
#header ul li:hover a { background-position: 0% -400px; }
#header ul li:hover { background-position: 100% -400px; }
|