From 92f5c43279860f6ed38cf2f93daeeed56dc9dc99 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 21 Sep 2011 19:15:56 +0200 Subject: [PATCH] Fix #610: remove duplicate

tags in agogo theme. --- sphinx/themes/agogo/layout.html | 3 ++- sphinx/themes/agogo/static/agogo.css_t | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sphinx/themes/agogo/layout.html b/sphinx/themes/agogo/layout.html index 3c427ed10..d063194a1 100644 --- a/sphinx/themes/agogo/layout.html +++ b/sphinx/themes/agogo/layout.html @@ -19,7 +19,8 @@

{%- endif %} {%- block headertitle %} -

{{ shorttitle|e }}

+
{{ shorttitle|e }}
{%- endblock %}
{%- for rellink in rellinks|reverse %} diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t index fe60145d7..5d9a1eb75 100644 --- a/sphinx/themes/agogo/static/agogo.css_t +++ b/sphinx/themes/agogo/static/agogo.css_t @@ -128,14 +128,15 @@ div.header { padding-bottom: 10px; } -div.header h1 { +div.header .headertitle { font-family: {{ theme_headerfont }}; font-weight: normal; font-size: 180%; letter-spacing: .08em; + margin-bottom: .8em; } -div.header h1 a { +div.header .headertitle a { color: white; }