Hide FTS-created tables on index pages

Closes #129
This commit is contained in:
Simon Willison 2017-11-22 12:12:15 -08:00
commit 1c8638c30a
No known key found for this signature in database
GPG key ID: FBB38AFE227189DB
4 changed files with 43 additions and 24 deletions

View file

@ -82,6 +82,10 @@ table a:visited {
margin-bottom: 0;
}
h2 em {
font-style: normal;
font-weight: lighter;
}
form.sql textarea {
border: 1px solid #ccc;
width: 70%;