diff --git a/sphinx/themes/basic/domainindex.html b/sphinx/themes/basic/domainindex.html
index ac5aed9fd..4ee62d55b 100644
--- a/sphinx/themes/basic/domainindex.html
+++ b/sphinx/themes/basic/domainindex.html
@@ -44,7 +44,7 @@
{%- endif %}
{% if grouptype == 2 %} {% endif %}
{% if page %}{% endif -%}
- {{ name|e }}
+ {{ name|e }}
{%- if page %}{% endif %}
{%- if extra %} ({{ extra|e }}){% endif -%}
| {% if qualifier %}{{ qualifier|e }}:{% endif %}
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index d4561bfa1..cb1a923ce 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -480,7 +480,7 @@ div.code-block-filename {
font-size: small;
}
-div.code-block-filename tt {
+div.code-block-filename code {
background-color: transparent;
}
@@ -489,22 +489,22 @@ div.code-block-filename + div.highlight > pre {
margin-top: 0;
}
-tt.descname {
+code.descname {
background-color: transparent;
font-weight: bold;
font-size: 1.2em;
}
-tt.descclassname {
+code.descclassname {
background-color: transparent;
}
-tt.xref, a tt {
+code.xref, a code {
background-color: transparent;
font-weight: bold;
}
-h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
+h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
background-color: transparent;
}
diff --git a/sphinx/themes/basic/static/websupport.js b/sphinx/themes/basic/static/websupport.js
index 71c0a1364..9932afb99 100644
--- a/sphinx/themes/basic/static/websupport.js
+++ b/sphinx/themes/basic/static/websupport.js
@@ -700,8 +700,8 @@
():\
\
+ ``code`` , \
+ code blocks: :: and an indented block after blank line\
|