Added header with breadcrumbs and footer

Also cleaned up titles on various pages.

Closes #61
This commit is contained in:
Simon Willison 2017-11-11 12:36:20 -08:00
commit e4bf66d9b0
7 changed files with 32 additions and 9 deletions

View file

@ -52,3 +52,15 @@ th {
font-size: 0.8em;
}
}
.hd {
border-bottom: 2px solid #ccc;
}
.ft {
margin-top: 1em;
border-top: 1px solid #ccc;
font-size: 0.8em;
}
.hd :link {
text-decoration: none;
}