summaryrefslogtreecommitdiff
path: root/jimbrella/static
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-10-20 16:31:16 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-10-20 16:31:16 +0800
commit06b15c08c1b78adf9e26eb738b7a3964199989f1 (patch)
treeb9d8a2c78112ccdd3846166e46d80a26401aa2f1 /jimbrella/static
parent27c8be28e00fbf110143d4bc4b949c610f704639 (diff)
Add page /admin/umbrellas
Lists all umbrellas in a table.
Diffstat (limited to 'jimbrella/static')
-rw-r--r--jimbrella/static/jimbrella.css2
1 files changed, 1 insertions, 1 deletions
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;
}