diff options
| author | Georg Brandl <georg@python.org> | 2009-11-16 14:48:52 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-11-16 14:48:52 +0100 |
| commit | 9977822f3b4e52cdc02469334094fd110f0b0d43 (patch) | |
| tree | be0c964aa24e806d9ecdb79b631ab2f139b8e037 /doc/_templates | |
| parent | 4e8368b5ffb6b968daa114fec655ea34bacf82af (diff) | |
| download | sphinx-9977822f3b4e52cdc02469334094fd110f0b0d43.tar.gz | |
Add new theme "agogo", by Andi Albrecht.
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/layout.html | 7 |
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> | </li> <li><a href="{{ pathto('contents') }}">Documentation</a>»</li> |
