From 07eedd5c2aeaef1fa21aa81ad27bb196bda78793 Mon Sep 17 00:00:00 2001
From: Simon Marlow <marlowsd@gmail.com>
Date: Tue, 6 Jul 2010 10:26:16 +0000
Subject: [PATCH] indent the TOC better in HTML

---
 report/ht/haskell.cfg | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/report/ht/haskell.cfg b/report/ht/haskell.cfg
index ab087f6..061852b 100644
--- a/report/ht/haskell.cfg
+++ b/report/ht/haskell.cfg
@@ -31,6 +31,11 @@
 % Style sheet additions
 %
 \Css{
+   span.partToc { margin-left: 0em; }
+   span.chapterToc { margin-left: 2em; }
+   span.sectionToc { margin-left: 4em; }
+   span.subsectionToc { margin-left: 6em; }
+%
   % We like a smaller sans font.
 %  body { 
 %    font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
-- 
GitLab