From 9740ba29aa604e3cc2e75d37b8af3ba5fcb571c9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 6 Jul 2010 09:17:10 +0200 Subject: [PATCH] src/utils_cgi.c: Display the package name and version on generated pages. --- share/style.css | 12 ++++++++++++ src/utils_cgi.c | 1 + 2 files changed, 13 insertions(+) diff --git a/share/style.css b/share/style.css index 3f2cf59..9f78f22 100644 --- a/share/style.css +++ b/share/style.css @@ -1,6 +1,7 @@ body { font-family: sans-serif; + margin: 0; } a @@ -18,6 +19,7 @@ a:hover #layout-table { width: 100%; + margin: 1ex; } #layout-top-left, @@ -221,3 +223,13 @@ div.graph-img:hover div.graph-buttons margin-bottom: 1px; } +div.footer +{ + margin-left: auto; + margin-right: auto; + padding: 0 1em; + border-top: 1px solid gray; + font-size: 80%; + font-style: italic; + text-align: right; +} diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 47a531f..3fe7e18 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -643,6 +643,7 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " \n" + "
"PACKAGE_STRING"
\n" " \n" "\n"); -- 2.30.2