add script to find identical files
[www.git] / www / style.css
index eabe0ee..fa34a11 100644 (file)
@@ -45,6 +45,13 @@ footer a, footer a:visited, footer a:hover, footer i {
 
 footer li {
         list-style: none;
+        margin: 0;
+        padding: 0;
+}
+
+footer ul {
+        margin: 0;
+        padding: 0;
 }
 
 h1 {
@@ -143,3 +150,11 @@ code {
 img {
        max-width: 100%;
 }
+
+#toc {
+    margin: 0em 2rem 0em 2rem;
+    padding: 1em;
+    background-color: white;
+    border-bottom-left-radius: 4px;
+    border-bottom-right-radius: 4px;
+}