added style of the toc
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 4 Feb 2017 22:23:01 +0000 (23:23 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 4 Feb 2017 22:23:01 +0000 (23:23 +0100)
www/style.css

index 4574914..fa34a11 100644 (file)
@@ -150,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;
+}