]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix h1 end tag in Sphinx header titles
authorTom Yu <tlyu@mit.edu>
Thu, 17 Jan 2013 22:56:53 +0000 (17:56 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 31 Jan 2013 20:10:20 +0000 (15:10 -0500)
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

doc/_static/kerb.css
doc/_templates/layout.html

index 1eeebb71dcf040cc0998bfe716ebe62f296bfddc..4d7992914667013339270f2a547791cfab19b59c 100644 (file)
@@ -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 {
index 4ec97c2ff5da18e30a24fc225d19ad8755e2ab15..28527aceaa5c034d43e3486661d0c473a610b376 100644 (file)
@@ -47,9 +47,9 @@
             {% 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 }}"