From c0c0f5a9fb85f83a6b820e579bbd9b0b17ab47d5 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Feb 2024 16:51:17 +0000 Subject: Removes the bullet from a list This makes things much neater when the list is rendered inside a table cell. --- ui/static/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 8bb7647..8432742 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -8,6 +8,11 @@ background: lightgray; } +.table-list { + list-style: none; +} + + nav { border-bottom: solid 3px #ccc; } @@ -28,6 +33,7 @@ a.admin-link { table#home-summary-table, table#home-summary-table a, +table#home-summary-table ul, table#home-summary-table td { background: white; } -- cgit v1.2.3