mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
logo is 32x32
This commit is contained in:
parent
86c970e1ec
commit
8de7a32f07
@ -34,6 +34,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
|
2
urmoms.c
2
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user