From 1c902921f35eeb93816f8b5a26f117525d7a3f45 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Sep 2011 19:11:28 +0200 Subject: [PATCH] Fix #609: a bit more spacing for big headings. --- sphinx/themes/agogo/static/agogo.css_t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t index fe60145d7..91ad44efb 100644 --- a/sphinx/themes/agogo/static/agogo.css_t +++ b/sphinx/themes/agogo/static/agogo.css_t @@ -175,6 +175,10 @@ div.body { text-align: {{ theme_textalign }}; } +div.document h1 { + line-height: 120%; +} + div.document ul { margin: 1.5em; list-style-type: square;