From: Tom Yu Date: Thu, 17 Jan 2013 22:56:53 +0000 (-0500) Subject: Fix h1 end tag in Sphinx header titles X-Git-Tag: krb5-1.12-alpha1~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e14aed841e109b31a9f27c0e78751e450364f2;p=thirdparty%2Fkrb5.git Fix h1 end tag in Sphinx header titles A end tag was incorrectly written as

. 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 --- diff --git a/doc/_static/kerb.css b/doc/_static/kerb.css index 1eeebb71dc..4d79929146 100644 --- a/doc/_static/kerb.css +++ b/doc/_static/kerb.css @@ -46,6 +46,12 @@ div.header div.right a { float: right; } +div.header div.rel { + font-family: "Georgia", "Times New Roman", serif, black; + font-weight: normal; + margin-bottom: 1.6em; +} + /* Content */ div.document { diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 4ec97c2ff5..28527aceaa 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -47,9 +47,9 @@ {% block headertitle %}

{{ shorttitle|e }}

+ padding-top: 10px;">{{ shorttitle|e }}

{% endblock %} -
+
{%- for rellink in rellinks|reverse %}