From 86c970e1ecbe8a0c4c2e4c6dc12b38d03a4cc3cd Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 7 Dec 2015 21:19:30 +0100 Subject: style: center menu and make title smaller --- urmoms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urmoms.c') diff --git a/urmoms.c b/urmoms.c index 64a7737..37f5446 100644 --- a/urmoms.c +++ b/urmoms.c @@ -31,7 +31,7 @@ writeheader(FILE *fp) fprintf(fp, "\n", name, relpath); fprintf(fp, "\n", relpath); - fputs("\n\n", fp); + fputs("\n\n
\n", fp); fprintf(fp, "

\"\" %s %s

\n", relpath, name, description); fprintf(fp, "Log | ", relpath); @@ -41,7 +41,7 @@ writeheader(FILE *fp) fprintf(fp, " | README", relpath); if (haslicense) fprintf(fp, " | LICENSE", relpath); - fputs("\n
\n
", fp);
+	fputs("\n
\n
\n
", fp);
 
 	return 0;
 }
-- 
cgit v1.2.3