mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Implemented new Natalie design
This commit is contained in:
parent
6dff22eff8
commit
df19a48a3b
3 changed files with 12 additions and 9 deletions
|
|
@ -210,7 +210,7 @@ ol.spaced {
|
|||
margin-bottom: 0.8rem;
|
||||
}
|
||||
ul.bullets {
|
||||
padding-left: 0.9rem;
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
ul.bullets li,
|
||||
ul.spaced li,
|
||||
|
|
@ -290,7 +290,9 @@ section.content {
|
|||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
footer {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
|
||||
/* Components ============================================================== */
|
||||
|
|
@ -568,6 +570,7 @@ form button[type=button] {
|
|||
width: auto;
|
||||
display: inline-block;
|
||||
box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.08);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.download-sqlite em {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue