From f7462922fca48ca6a2f2bbc9ee3511fcec2b0d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 14:07:11 +0200 Subject: Fixed CSS; added stuff for TOC --- static/css/style.css | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 45cf21e..c75427c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -36,6 +36,10 @@ p, ul, ol { line-height: 20px; } +p + h2,h3,h4 { + margin-top: 1.5em; +} + a:link { color: #8BD80E; } @@ -165,12 +169,6 @@ img.right { #logo p a:hover { text-decoration: underline; } - -.hstart { - font: 18px Georgia, "Times New Roman", Times, serif; - color: #8BD80E; -} - /* Page */ #page { @@ -198,6 +196,11 @@ img.right { margin-bottom: 0.5em; } +.hstart { + font: 18px Georgia, "Times New Roman", Times, serif; + color: #8BD80E; +} + /* Boxes */ .box { @@ -229,8 +232,16 @@ img.right { overflow: auto; } -p + h2,h3,h4 { - margin-top: 1.5em; +/* Table of contents */ + +#contentheader { + display: none; +} + +#innertoc { +} + +#tocLink { } /* Footer */ -- cgit v1.2.3