From: Hiltjo Posthuma Date: Mon, 7 Dec 2015 20:19:30 +0000 (+0100) Subject: style: center menu and make title smaller X-Git-Url: https://git.armaanb.net/?a=commitdiff_plain;h=86c970e1ecbe8a0c4c2e4c6dc12b38d03a4cc3cd;p=stagit.git style: center menu and make title smaller --- diff --git a/style.css b/style.css index 2481dec..2639ba2 100644 --- a/style.css +++ b/style.css @@ -24,8 +24,8 @@ table tr:hover td { background-color: #ddd; } -h1 { - font-size: 140%; +h1, h2, h3, h4, h5, h6 { + font-size: 100%; } .desc { 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;
 }