From 01569fe3c006fb1030c48cfe5a8aef9a67dab425 Mon Sep 17 00:00:00 2001 From: Silap Aliyev Date: Sun, 20 May 2018 13:48:14 +0900 Subject: [PATCH] Remove margin-top of .toc (fixes #25) --- css/table_of_contents.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/table_of_contents.css b/css/table_of_contents.css index 72c36d6..bf462c8 100644 --- a/css/table_of_contents.css +++ b/css/table_of_contents.css @@ -6,7 +6,6 @@ padding: .5em; position: absolute; overflow: auto; - margin-top: 3.5em; } .toc-header {