Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd3a15a

Browse files
committed
Make pydoctheme compatible with Sphinx 1.3 HTML output changes.
1 parent 9e883ca commit fd3a15a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/tools/pydoctheme/static/pydoctheme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,20 @@ div.body a:hover {
105105
color: #00B0E4;
106106
}
107107

108-
tt, pre {
108+
tt, code, pre {
109109
font-family: monospace, sans-serif;
110110
font-size: 96.5%;
111111
}
112112

113-
div.body tt {
113+
div.body tt, div.body code {
114114
border-radius: 3px;
115115
}
116116

117-
div.body tt.descname {
117+
div.body tt.descname, div.body code.descname {
118118
font-size: 120%;
119119
}
120120

121-
div.body tt.xref, div.body a tt {
121+
div.body tt.xref, div.body a tt, div.body code.xref, div.body a code {
122122
font-weight: normal;
123123
}
124124

0 commit comments

Comments
 (0)