+ |
{{ _('Complete Table of Contents') }}
{{ _('lists all sections and subsections') }}
{{ _('Search Page') }}
{{ _('search this documentation') }}
- |
+ |
{{ _('Global Module Index') }}
{{ _('quick access to all modules') }}
{{ _('General Index') }}
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 9d755d0960..d70003d421 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {
table.contentstable {
width: 90%;
+ margin-left: auto;
+ margin-right: auto;
}
table.contentstable p.biglink {
|