From: Hiltjo Posthuma Date: Sat, 26 Dec 2015 11:54:09 +0000 (+0100) Subject: index: highlight row on mouseover X-Git-Url: https://git.armaanb.net/?a=commitdiff_plain;h=63a71643d00b1b407bb12eda34ac0755b4d9c950;p=stagit.git index: highlight row on mouseover --- diff --git a/style.css b/style.css index 54a9a56..17d92e8 100644 --- a/style.css +++ b/style.css @@ -38,7 +38,7 @@ table td { padding: 0 0.4em; } -#log tr:hover td, #files tr:hover td { +#index tr:hover td, #log tr:hover td, #files tr:hover td { background-color: #eee; } diff --git a/urmoms-index.c b/urmoms-index.c index 89729e6..356f08c 100644 --- a/urmoms-index.c +++ b/urmoms-index.c @@ -108,7 +108,7 @@ writeheader(FILE *fp) "

%s

%s\n", relpath, name, description); fputs("\n\n
\n" - "\n" + "
\n" "" "\n", fp);
NameDescriptionOwnerLast commit