aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
committerYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
commitbd3b4e7d8a436685f8b676da8f6ffe9498ab2e3f (patch)
tree1d29d70ddb35b18407c69792cd76e66d2a2280b6 /css
parent661762ba8fd5fd685bfbe99473d7286efa85b381 (diff)
Added copyright notices and license headers to website content.
also removed more unused files.
Diffstat (limited to 'css')
-rw-r--r--css/default.css23
-rw-r--r--css/page.css4
2 files changed, 7 insertions, 20 deletions
diff --git a/css/default.css b/css/default.css
index 705e792..5f51f6f 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1,29 +1,12 @@
-/*
-*{
- background-color: #faebbc;
-}
+/*
+ This file is released into the public domain.
*/
+
nav {
display: inline;
float: right;
}
-/* #TOC:before { */
-/* content: "Table of Contents"; */
-/* } */
-
-/* #TOC{ */
-/* display: inline; */
-/* float: right; */
-/* margin: 1rem; */
-/* } */
-
-/*
-nav#TOC li{
- list-style-type: none;
-}
-*/
-
span.logo {
float: left;
}
diff --git a/css/page.css b/css/page.css
index ed5323a..84be7b9 100644
--- a/css/page.css
+++ b/css/page.css
@@ -1,3 +1,7 @@
+/*
+ This file is released into the public domain.
+*/
+
h1.title {
display: none;
}