aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2023-01-13 10:40:11 +0100
committerJulian Hurst <ark@mansus.space>2023-01-13 10:40:11 +0100
commitc3de52dff91b81cfd07e00fb7fc6dd701bf8b7d7 (patch)
tree4bf902ee59146a29bc6f60b33af0a4b9aea449c2 /static
parent05a30c5ad503ff2bc25cf6f83f9054100f644eeb (diff)
downloaddocspace-c3de52dff91b81cfd07e00fb7fc6dd701bf8b7d7.tar.gz
Add size and modtime to docs and redirect to login page by default
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index fb580ac..4db3552 100644
--- a/static/style.css
+++ b/static/style.css
@@ -5,3 +5,12 @@
div {
padding: 5px;
}
+
+table {
+ border-collapse: collapse;
+}
+
+td, th {
+ border: 1px solid black;
+ padding: 10px;
+}