From 52ac4782f7acf7994d9d9e4136fc05099d252f59 Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 18 Dec 2020 19:11:38 -0500 Subject: add drag-and-drop /upload/ route --- static/styles.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index f97e102..c1313da 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,6 +1,8 @@ /* this is a template file that gets formatted by python str.format() * so these double-braces get interpreted to just single ones. */ +/* Author: W.S. Toh */ +/* SPDX-License-Identifier: MIT */ #main { float: left; margin: 0 0 2em 4em; -- cgit