summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2007-10-04 22:21:30 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-10-05 14:19:26 (UTC)
commitfd39489f4f49f9efe45c881d3f5f503c0068148a (patch) (side-by-side diff)
tree1f62bc39a99c4a03d3165fe09c5e7b680c206e9d
parent2e3b6fc424f1a28ff57ed4e77ee9e68ebe0d8d6d (diff)
downloadcgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.zip
cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.tar.gz
cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.tar.bz2
correct typo in CSS
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 54bbfcc..65ff5c3 100644
--- a/cgit.css
+++ b/cgit.css
@@ -90,25 +90,25 @@ td#header, td#logo {
td#header {
font-size: 150%;
font-weight: bold;
padding: 0.2em 0.5em;
vertical-align: text-bottom;
}
td#header a {
color: #666;
}
-td#header a:hoved {
+td#header a:hover {
text-decoration: underline;
}
td#logo {
text-align: right;
vertical-align: middle;
padding-right: 0.5em;
}
td#crumb, td#search {
color: #ccc;
border-top: solid 3px #555;