diff options
author | Michael Krelin | 2007-10-05 00:21:30 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-10-05 16:19:26 +0200 |
commit | fd39489f4f49f9efe45c881d3f5f503c0068148a (patch) | |
tree | 1f62bc39a99c4a03d3165fe09c5e7b680c206e9d | |
parent | 2e3b6fc424f1a28ff57ed4e77ee9e68ebe0d8d6d (diff) | |
download | cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.tar.gz cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.tar.bz2 cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.zip |
correct typo in CSS
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ td#header a { | |||
99 | color: #666; | 99 | color: #666; |
100 | } | 100 | } |
101 | 101 | ||
102 | td#header a:hoved { | 102 | td#header a:hover { |
103 | text-decoration: underline; | 103 | text-decoration: underline; |
104 | } | 104 | } |
105 | 105 | ||