mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Visually distinguish float/int columns, closes #729
This commit is contained in:
parent
fc24edc153
commit
504196341c
4 changed files with 85 additions and 67 deletions
|
|
@ -345,3 +345,8 @@ p.zero-results {
|
|||
padding: 0.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Value types */
|
||||
.type-float, .type-int {
|
||||
color: #666;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue