comparison 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
comparison
equal deleted inserted replaced
33:25843238434a 34:86b616d88020
41 } 41 }
42 42
43 span.metavar { 43 span.metavar {
44 font-style: italic; 44 font-style: italic;
45 } 45 }
46
47 div.foot {
48 margin-top: 1em;
49 font-size: 0.8em;
50 background-color: #E0FFE0;
51 padding: 0.3em;
52 text-align: center;
53 }
54
55 div.foot a {
56 padding: 0 0.6em;
57 }