summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 755a13e)
raw | patch | inline | side by side (parent: 755a13e)
author | Florian Forster <ff@octo.it> | |
Tue, 6 Jul 2010 07:17:10 +0000 (09:17 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 6 Jul 2010 07:17:10 +0000 (09:17 +0200) |
share/style.css | patch | blob | history | |
src/utils_cgi.c | patch | blob | history |
diff --git a/share/style.css b/share/style.css
index 3f2cf592852fd1b9141267495c8ba8ef6a8d27cb..9f78f22dff16fabccb6009906ef1bd3513983d44 100644 (file)
--- a/share/style.css
+++ b/share/style.css
body
{
font-family: sans-serif;
+ margin: 0;
}
a
#layout-table
{
width: 100%;
+ margin: 1ex;
}
#layout-top-left,
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 47a531fbaac13e20cc6f246051a7cab528d2d06e..3fe7e183f264b787b90469fe87fa82178255af09 100644 (file)
--- a/src/utils_cgi.c
+++ b/src/utils_cgi.c
printf ("</td>\n"
" </tr>\n"
" </table>\n"
+ " <div class=\"footer\">"PACKAGE_STRING"</div>\n"
" </body>\n"
"</html>\n");