diff web/main.css @ 34:86b616d88020

Add a footer with some links to the Web pages.
author John "Elwin" Edwards
date Thu, 02 Jan 2014 13:58:05 -0500
parents 64272fc2350c
children 0037de90af8b
line wrap: on
line diff
--- a/web/main.css	Thu Jan 02 13:09:48 2014 -0500
+++ b/web/main.css	Thu Jan 02 13:58:05 2014 -0500
@@ -43,3 +43,15 @@
 span.metavar {
 	font-style: italic;
 }
+
+div.foot {
+	margin-top: 1em;
+	font-size: 0.8em;
+	background-color: #E0FFE0;
+	padding: 0.3em;
+	text-align: center;
+}
+
+div.foot a {
+	padding: 0 0.6em;
+}