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) (unidiff)
tree1f62bc39a99c4a03d3165fe09c5e7b680c206e9d
parent2e3b6fc424f1a28ff57ed4e77ee9e68ebe0d8d6d (diff)
downloadcgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.zip
cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.tar.gz
cgit-fd39489f4f49f9efe45c881d3f5f503c0068148a.tar.bz2
correct typo in CSS
Diffstat (more/less context) (show 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
@@ -94,17 +94,17 @@ td#header {
94 padding: 0.2em 0.5em; 94 padding: 0.2em 0.5em;
95 vertical-align: text-bottom; 95 vertical-align: text-bottom;
96} 96}
97 97
98td#header a { 98td#header a {
99 color: #666; 99 color: #666;
100} 100}
101 101
102td#header a:hoved { 102td#header a:hover {
103 text-decoration: underline; 103 text-decoration: underline;
104} 104}
105 105
106td#logo { 106td#logo {
107 text-align: right; 107 text-align: right;
108 vertical-align: middle; 108 vertical-align: middle;
109 padding-right: 0.5em; 109 padding-right: 0.5em;
110} 110}