A </h1> end tag was incorrectly written as <h1>. Also adjust style
settings so that the resulting computed style remains the same for
div.rel.
ticket: 7557 (new)
target_version: 1.11.1
tags: pullup
float: right;
}
+div.header div.rel {
+ font-family: "Georgia", "Times New Roman", serif, black;
+ font-weight: normal;
+ margin-bottom: 1.6em;
+}
+
/* Content */
div.document {
{% block headertitle %}
<h1><a href="{{ pathto (master_doc) }}"
style="color: {{ theme_bgcolor }}; font-size: 120%;
- padding-top: 10px;">{{ shorttitle|e }}</a><h1>
+ padding-top: 10px;">{{ shorttitle|e }}</a></h1>
{% endblock %}
- <div class="rel" style="font-size: 50%; padding-bottom: 0px;" >
+ <div class="rel">
{%- for rellink in rellinks|reverse %}
<a href="{{ pathto(rellink[0]) }}"
title="{{ rellink[1]|striptags }}"