mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
This overrides the Datasette reset (see
d0fd833b8c/datasette/static/app.css (L35-L38)),
to add back the default styling of list items displayed within Datasette
table cells.
This commit is contained in:
parent
c96a3826cf
commit
e72397d65b
1 changed files with 4 additions and 0 deletions
|
|
@ -452,6 +452,10 @@ table a:link {
|
||||||
margin-left: -10%;
|
margin-left: -10%;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
.rows-and-columns td ol,ul {
|
||||||
|
list-style: initial;
|
||||||
|
list-style-position: inside;
|
||||||
|
}
|
||||||
a.blob-download {
|
a.blob-download {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue