diff options
author | Yuchen Pei <me@ypei.me> | 2021-06-18 17:47:12 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-06-18 17:47:12 +1000 |
commit | e9795c6b134eed858ddb73c036ff5c941d7e9838 (patch) | |
tree | 8749a5460dc81658b6016f8d08c0a129e60cef0e /css | |
parent | 0663174364fef45d3985019b4f98375b4195bb0f (diff) |
Updated.
Diffstat (limited to 'css')
-rw-r--r-- | css/default.css | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/css/default.css b/css/default.css index 5a3782c..a48c7ba 100644 --- a/css/default.css +++ b/css/default.css @@ -8,15 +8,15 @@ nav { float: right; } -#TOC:before { - content: "Table of Contents"; -} +/* #TOC:before { */ +/* content: "Table of Contents"; */ +/* } */ -#TOC{ - display: inline; - float: right; - margin: 1rem; -} +/* #TOC{ */ +/* display: inline; */ +/* float: right; */ +/* margin: 1rem; */ +/* } */ /* nav#TOC li{ @@ -36,12 +36,20 @@ header { } div#content { - width: 40rem; + width: 39rem; margin: auto; margin-bottom: 3rem; line-height: 1.6; } +footer { + width: 40rem; + margin: auto; + padding-top: .5rem; + border-top-color: black; + border-top-style: solid; +} + a { text-decoration: none; } |