]> git.armaanb.net Git - stagit.git/commitdiff
logo is 32x32
authorHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 7 Dec 2015 20:20:59 +0000 (21:20 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 7 Dec 2015 20:20:59 +0000 (21:20 +0100)
style.css
urmoms.c

index 2639ba2890e6e32a4f89c0233fc69378f8a7ada7..bbd67b55becad30ffd5c14d48051adc9d576935f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -34,6 +34,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 h1 img {
+       width: 32px;
        height: 32px;
 }
 
index 37f5446c5b90b5d0f8b97150bd11076619e77337..5e10a2ff2d923780b393c82be1ec6d0614c47275 100644 (file)
--- a/urmoms.c
+++ b/urmoms.c
@@ -32,7 +32,7 @@ writeheader(FILE *fp)
                name, relpath);
        fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
        fputs("</head>\n<body>\n<center>\n", fp);
-       fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" /> %s <span class=\"desc\">%s</span></h1>\n",
+       fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /> %s <span class=\"desc\">%s</span></h1>\n",
                relpath, name, description);
        fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
        fprintf(fp, "<a href=\"%sfiles.html\">Files</a>", relpath);