Implemented new database view and template

Closes #53 - see comments there for screenshots.
This commit is contained in:
Simon Willison 2017-11-11 17:50:21 -08:00
commit fd3a33989a
3 changed files with 42 additions and 17 deletions

View file

@ -64,3 +64,12 @@ th {
.hd :link {
text-decoration: none;
}
.db-table p {
margin-top: 0;
margin-bottom: 0.3em;
}
.db-table h2 {
margin-top: 1em;
margin-bottom: 0;
}