From cd2367d5176514a0c7c134b3c03aa1cd199f5ba3 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 27 Feb 2022 15:22:43 +0800 Subject: Color instead of border for UI line separation --- jimbrella/static/jimbrella.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'jimbrella/static/jimbrella.css') diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 9a06502..9c5bb2f 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -52,10 +52,6 @@ table.data { margin: 1em; } -.top-border td { - border-top: 1px solid; -} - td { padding: 1em; } -- cgit v1.2.3