From: Hiltjo Posthuma Date: Mon, 7 Dec 2015 20:20:59 +0000 (+0100) Subject: logo is 32x32 X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=8de7a32f0744acd6a8279470861440bd287a1bd4;p=forks%2Fstagit.git logo is 32x32 --- diff --git a/style.css b/style.css index 2639ba2..bbd67b5 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,7 @@ h1, h2, h3, h4, h5, h6 { } h1 img { + width: 32px; height: 32px; } diff --git a/urmoms.c b/urmoms.c index 37f5446..5e10a2f 100644 --- a/urmoms.c +++ b/urmoms.c @@ -32,7 +32,7 @@ writeheader(FILE *fp) name, relpath); fprintf(fp, "\n", relpath); fputs("\n\n
\n", fp); - fprintf(fp, "

\"\" %s %s

\n", + fprintf(fp, "

\"\" %s %s

\n", relpath, name, description); fprintf(fp, "Log | ", relpath); fprintf(fp, "Files", relpath);