diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-02-23 21:02:56 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-02-23 21:02:56 +0800 |
commit | 012481fb1175ff5e14dd7af934100b29cd521544 (patch) | |
tree | 16a6a2898fabe17d055d9587a6a17194b8873e8b /jimbrella/static/jimbrella.css | |
parent | a824a38ecb7c71f6f26031f83fd8b8353281c5ed (diff) |
admin_logs.html
Diffstat (limited to 'jimbrella/static/jimbrella.css')
-rw-r--r-- | jimbrella/static/jimbrella.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 2c6987b..57d7c80 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -52,6 +52,10 @@ table.data { margin: 1em; } +.top-border td { + border-top: 1px solid; +} + td { padding: 1em; } |