aboutsummaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css26
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;
}