summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css1
-rw-r--r--urmoms.c2
2 files changed, 2 insertions, 1 deletions
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, "<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);