mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Implemented new database view and template
Closes #53 - see comments there for screenshots.
This commit is contained in:
parent
2366a016f2
commit
fd3a33989a
3 changed files with 42 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue