diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-15 23:19:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-15 23:19:55 +0200 |
commit | f369728cc783493f8f6cab921b3c609d127bf6f2 (patch) | |
tree | 638a2a23e27a4c843237186708daa1e07b1f28ba /web | |
parent | 29a62d702b24d8ea30c72e17569d9a98ad2775b9 (diff) | |
download | jellything-f369728cc783493f8f6cab921b3c609d127bf6f2.tar jellything-f369728cc783493f8f6cab921b3c609d127bf6f2.tar.bz2 jellything-f369728cc783493f8f6cab921b3c609d127bf6f2.tar.zst |
database statistics
Diffstat (limited to 'web')
-rw-r--r-- | web/style/layout.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 7cc0e6f..b18b42e 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -157,3 +157,8 @@ summary h3 { .search form input[type="text"] { width: max(10em, 40%); } + +td, +th { + border: 1px solid gray; +} |