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