From 012481fb1175ff5e14dd7af934100b29cd521544 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 23 Feb 2022 21:02:56 +0800 Subject: admin_logs.html --- jimbrella/static/jimbrella.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jimbrella/static') 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; } -- cgit v1.2.3