From 916dadd8ec4c7e3a9710941faa3d5ea80f615ac0 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 17 Nov 2010 13:24:33 -0800 Subject: adjust spacing of headings in the main doc div --- docs/docs.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/docs.css b/docs/docs.css index 64f819d4..75569e0f 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -66,6 +66,18 @@ a { border-bottom: 1px solid #CCC; } +#section h2 { + margin-top: 1.8em; +} + +#section h1 + h2 { + margin-top: 1.3em; +} + +#section h3 { + margin-top: 1.5em; +} + #sidebar { padding: 10px 10px 20px 10px; background-color: #EEE; -- cgit v1.2.3