Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortk0miya <i.tkomiya@gmail.com>2014-08-20 05:05:58 +0400
committertk0miya <i.tkomiya@gmail.com>2014-08-20 05:05:58 +0400
commit3c8bc8f5fd003227d901e3b0acf48b25b5c61be0 (patch)
treebf1360a90acb50f516707f3c569e098aa91e845e /sphinx/themes/basic/static/basic.css_t
parent3e1667290b9e52c52d249abcc5f00eacfb42def4 (diff)
parentf14f77688a68656849f35d274e9dc7ff56e0f365 (diff)
Merge upstream changes
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
-rw-r--r--sphinx/themes/basic/static/basic.css_t10
1 files changed, 5 insertions, 5 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 6fccb86eb..17547d0fd 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -480,7 +480,7 @@ div.code-block-caption {
font-size: small;
}
-div.code-block-caption tt {
+div.code-block-filename code {
background-color: transparent;
}
@@ -489,22 +489,22 @@ div.code-block-caption + 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;
}