aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/Makefile2
-rw-r--r--static/directory-listing.scss5
2 files changed, 6 insertions, 1 deletions
diff --git a/static/Makefile b/static/Makefile
index 2897c6bb..1979575d 100644
--- a/static/Makefile
+++ b/static/Makefile
@@ -1,6 +1,6 @@
.PHONY: all install clean watch
-TARGETS := style.css smallcal.css script.out.js
+TARGETS := style.css smallcal.css script.out.js directory-listing.css
WATCH=
# script explicitly named, since that is our entry point
diff --git a/static/directory-listing.scss b/static/directory-listing.scss
new file mode 100644
index 00000000..745b5bc3
--- /dev/null
+++ b/static/directory-listing.scss
@@ -0,0 +1,5 @@
+@import 'global';
+
+.directory-table td:nth-child(3) {
+ text-align: end;
+}