aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-18 19:11:38 -0500
committerB Stack <bgstack15@gmail.com>2020-12-18 19:25:23 -0500
commit52ac4782f7acf7994d9d9e4136fc05099d252f59 (patch)
treeb682e3f2c32f731ce34bcc4eddae9780781a99e5 /static/styles.css
parentimprove instructions for installing short_url (diff)
downloadhex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.tar.gz
hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.tar.bz2
hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.zip
add drag-and-drop /upload/ route
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css2
1 files changed, 2 insertions, 0 deletions
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;
bgstack15