diff options
| author | Georg Brandl <georg@python.org> | 2010-01-03 16:04:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-03 16:04:23 +0100 |
| commit | bc033e2d4ced76efe960ea557ac56e4142f33222 (patch) | |
| tree | b5e92f56e1a73df4d505f335bc7036dddced45e0 /doc/_templates | |
| parent | e7ead814127708601c5ba64453461ce5f0991bd0 (diff) | |
| parent | 66febe79c7881126b13fc380b5b66685bd661993 (diff) | |
| download | sphinx-bc033e2d4ced76efe960ea557ac56e4142f33222.tar.gz | |
merge with 0.6
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/layout.html | 10 |
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> | </li> <li><a href="{{ pathto('contents') }}">Documentation</a>»</li> |
