summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
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>