Visually distinguish float/int columns, closes #729

This commit is contained in:
Simon Willison 2020-05-14 22:51:39 -07:00
commit 504196341c
4 changed files with 85 additions and 67 deletions

View file

@ -345,3 +345,8 @@ p.zero-results {
padding: 0.5em;
font-style: italic;
}
/* Value types */
.type-float, .type-int {
color: #666;
}