aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 0c902d5..511f941 100644
--- a/static/style.css
+++ b/static/style.css
@@ -355,6 +355,14 @@ header#main-header > div#main-header-user {
display: flex;
align-items: center;
}
+
+/* Uncategorized */
table + table {
margin-top: 1rem;
}
+
+td > ul {
+ padding-left: 1.5rem;
+ margin-top: 0;
+ margin-bottom: 0;
+}