Introduction
Introduction Statistics Contact Development Disclaimer Help
tlogo is 32x32 - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 8de7a32f0744acd6a8279470861440bd287a1bd4
parent 86c970e1ecbe8a0c4c2e4c6dc12b38d03a4cc3cd
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 7 Dec 2015 21:20:59 +0100
logo is 32x32
Diffstat:
M style.css | 1 +
M urmoms.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/style.css b/style.css
t@@ -34,6 +34,7 @@ h1, h2, h3, h4, h5, h6 {
}
h1 img {
+ width: 32px;
height: 32px;
}
diff --git a/urmoms.c b/urmoms.c
t@@ -32,7 +32,7 @@ writeheader(FILE *fp)
name, relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle…
fputs("</head>\n<body>\n<center>\n", fp);
- fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" /> %s <span class=\"…
+ fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=…
relpath, name, description);
fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
fprintf(fp, "<a href=\"%sfiles.html\">Files</a>", relpath);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.