aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
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