summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-03 16:04:23 +0100
committerGeorg Brandl <georg@python.org>2010-01-03 16:04:23 +0100
commitbc033e2d4ced76efe960ea557ac56e4142f33222 (patch)
treeb5e92f56e1a73df4d505f335bc7036dddced45e0 /doc/_templates
parente7ead814127708601c5ba64453461ce5f0991bd0 (diff)
parent66febe79c7881126b13fc380b5b66685bd661993 (diff)
downloadsphinx-bc033e2d4ced76efe960ea557ac56e4142f33222.tar.gz
merge with 0.6
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 080c0935..60d217df 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,15 @@
{% extends "!layout.html" %}
+{% block extrahead %}
+{{ super() }}
+{%- if not embedded %}
+<style type="text/css">
+ table.right { float: right; margin-left: 20px; }
+ table.right td { border: 1px solid #ccc; }
+</style>
+{%- endif %}
+{% endblock %}
+
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Sphinx home</a>&nbsp;|&nbsp;</li>
<li><a href="{{ pathto('contents') }}">Documentation</a>&raquo;</li>