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);