| Date: Mon, 7 Dec 2015 23:54:31 +0100
prettification
Diffstat:
M style.css | 6 +++---
M urmoms.c | 15 +++++++++++----
2 files changed, 14 insertions(+), 7 deletions(-)
--- |
| @@ -1,5 +1,5 @@
body {
- font-family: sans-serif;
+ font-family: monospace, sans-serif;
color: #333;
background-color: #fff;
}
@@ -20,8 +20,8 @@ table td {
padding: 0 3px;
}
-table tr:hover td {
- background-color: #ddd;
+#content table tr:hover td {
+ background-color: #eee;
}
h1, h2, h3, h4, h5, h6 { |
| @@ -116,8 +116,9 @@ writeheader(FILE *fp)
fprintf(fp, "\n",
name, relpath);
fprintf(fp, "\n", relpath);
- fputs("\n\n\n", fp);
- fprintf(fp, " %s %s\n",
+ fputs("\n\n\n", fp);
+ fprintf(fp, " | "
+ "%s%s | | \n",
relpath, name, description);
fprintf(fp, "Log | ", relpath);
fprintf(fp, "Files", relpath);
@@ -125,7 +126,7 @@ writeheader(FILE *fp)
fprintf(fp, " | README", relpath);
if (haslicense)
fprintf(fp, " | LICENSE", relpath);
- fputs("\n\n \n", fp);
+ fputs(" | \n
\n", fp);
return 0;
}
@@ -133,7 +134,7 @@ writeheader(FILE *fp)
int
writefooter(FILE *fp)
{
- return !fputs("\n\n |