diff options
| author | Georg Brandl <georg@python.org> | 2014-09-17 13:38:20 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-09-17 13:38:20 +0200 |
| commit | 4889ca9073e5e50ccc71edeeefd6e67cbfc3d023 (patch) | |
| tree | ab62d89bf9658fb3f5485c6e5c7465ae844ef9ab /sphinx/themes/basic/static/basic.css_t | |
| parent | ae5618e56edafcd859df7c20a424f93ecfb50180 (diff) | |
| parent | 2182e1248b91d98f0048ccda8bbe446805982f1f (diff) | |
| download | sphinx-4889ca9073e5e50ccc71edeeefd6e67cbfc3d023.tar.gz | |
merge with stable
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index 7ffa4664..17547d0f 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -406,6 +406,10 @@ dl.glossary dt { font-size: 1.3em; } +.sig-paren { + font-size: larger; +} + .versionmodified { font-style: italic; } @@ -471,22 +475,36 @@ table.highlighttable td { padding: 0 0.5em 0 0.5em; } -tt.descname { +div.code-block-caption { + padding: 2px 5px; + font-size: small; +} + +div.code-block-filename code { + background-color: transparent; +} + +div.code-block-caption + pre, +div.code-block-caption + div.highlight > pre { + margin-top: 0; +} + +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; } |
