Move more style information into the style sheets.

This commit is contained in:
Fred Drake 2002-04-04 16:11:03 +00:00
parent 95a78f70d3
commit f946295bd5
1 changed files with 7 additions and 0 deletions

View File

@ -10,3 +10,10 @@ body { margin: 0px;
.header { margin-top: 0.5em; }
.header, .content { margin-left: 1em;
margin-right: 1em; }
.header table td { text-align: left; }
.header table th { text-align: right;
font-family: sans-serif;
padding-right: 0.5em; }
h3 { font-family: sans-serif; }