From 06b15c08c1b78adf9e26eb738b7a3964199989f1 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 20 Oct 2021 16:31:16 +0800 Subject: Add page /admin/umbrellas Lists all umbrellas in a table. --- jimbrella/static/jimbrella.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jimbrella/static/jimbrella.css') diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index f9ef7ae..8bb7fbd 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -38,7 +38,7 @@ h2.tile-heading, h2.banner-heading { margin-bottom: 2em; } -table { +table.data { border: 2px solid; } -- cgit v1.2.3