Fix #610: remove duplicate <h1> tags in agogo theme.

This commit is contained in:
Georg Brandl
2011-09-21 19:15:56 +02:00
parent 950321e4ef
commit 92f5c43279
2 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,8 @@
</a></p>
{%- endif %}
{%- block headertitle %}
<h1><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a></h1>
<div class="headertitle"><a
href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a></div>
{%- endblock %}
<div class="rel">
{%- for rellink in rellinks|reverse %}

View File

@@ -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;
}