summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-16 14:48:52 +0100
committerGeorg Brandl <georg@python.org>2009-11-16 14:48:52 +0100
commit9977822f3b4e52cdc02469334094fd110f0b0d43 (patch)
treebe0c964aa24e806d9ecdb79b631ab2f139b8e037 /doc/_templates
parent4e8368b5ffb6b968daa114fec655ea34bacf82af (diff)
downloadsphinx-9977822f3b4e52cdc02469334094fd110f0b0d43.tar.gz
Add new theme "agogo", by Andi Albrecht.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 080c0935..aa33576a 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,12 @@
{% extends "!layout.html" %}
+{% block extrahead %}
+<style type="text/css">
+ table.right { float: right; margin-left: 20px; }
+ table.right td { border: 1px solid #ccc; }
+</style>
+{% endblock %}
+
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Sphinx home</a>&nbsp;|&nbsp;</li>
<li><a href="{{ pathto('contents') }}">Documentation</a>&raquo;</li>