index: highlight row on mouseover
2 files changed, 2 insertions(+), 2 deletions(-) | |||
---|---|---|---|
M | style.css | +1 | -1 |
M | urmoms-index.c | +1 | -1 |
1@@ -38,7 +38,7 @@ table td {
2 padding: 0 0.4em;
3 }
4
5-#log tr:hover td, #files tr:hover td {
6+#index tr:hover td, #log tr:hover td, #files tr:hover td {
7 background-color: #eee;
8 }
9
M · urmoms-index.c
+1, -11@@ -108,7 +108,7 @@ writeheader(FILE *fp)
2 "<td><h1>%s</h1><span class=\"desc\">%s</span></td></tr><tr><td></td><td>\n",
3 relpath, name, description);
4 fputs("</td></tr>\n</table>\n<hr/><div id=\"content\">\n"
5- "<table><thead>\n"
6+ "<table id=\"index\"><thead>\n"
7 "<tr><td>Name</td><td>Description</td><td>Owner</td><td>Last commit</td></tr>"
8 "</thead><tbody>\n", fp);
9