From: Zhanna Tsitkov Date: Wed, 16 Jan 2013 20:38:31 +0000 (-0500) Subject: Sphinx doc: consolidate style markup in kerb.css X-Git-Tag: krb5-1.12-alpha1~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87634edc472cebde4a37d002b7006ed38a1b25c2;p=thirdparty%2Fkrb5.git Sphinx doc: consolidate style markup in kerb.css --- diff --git a/doc/_static/kerb.css b/doc/_static/kerb.css index 1eeebb71dc..4a17f8fda2 100644 --- a/doc/_static/kerb.css +++ b/doc/_static/kerb.css @@ -31,12 +31,13 @@ div.header-wrapper { div.header { padding-top: 10px; - padding-bottom: 10px; + padding-bottom: 0px; } -div.header h1 { - font-family: "Georgia", "Times New Roman", serif, black; - font-weight: normal; +div.header h1 a { + color: #5d1509; + font-size: 120%; + padding-top: 10px; } div.header div.right a { @@ -46,6 +47,11 @@ div.header div.right a { float: right; } +div.header div.rel{ + font-size: 50%; + padding-bottom: 0px; +} + /* Content */ div.document { @@ -78,7 +84,7 @@ div.sidebar { width: 20%; margin: 0; padding: 0; - background-color: white; + background: #F9F9F9; } div.sidebar ul { diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 4ec97c2ff5..6f3b944ce8 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -36,7 +36,8 @@ {% block header %}
-
+
+

{{shorttitle|e}}

{% if logo %} {% endif %} - {% block headertitle %} -

{{ shorttitle|e }}

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

{{ _('On this page') }}

{{ toc }}