Add a footer with some links to the Web pages.

This commit is contained in:
John "Elwin" Edwards 2014-01-02 13:58:05 -05:00
parent f272772dcb
commit 41eab38a58
13 changed files with 31 additions and 2 deletions

View file

@ -43,3 +43,15 @@ form div {
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;
}