Commit fd3a15a0 authored by Georg Brandl's avatar Georg Brandl

Make pydoctheme compatible with Sphinx 1.3 HTML output changes.

parent 9e883ca3
...@@ -105,20 +105,20 @@ div.body a:hover { ...@@ -105,20 +105,20 @@ div.body a:hover {
color: #00B0E4; color: #00B0E4;
} }
tt, pre { tt, code, pre {
font-family: monospace, sans-serif; font-family: monospace, sans-serif;
font-size: 96.5%; font-size: 96.5%;
} }
div.body tt { div.body tt, div.body code {
border-radius: 3px; border-radius: 3px;
} }
div.body tt.descname { div.body tt.descname, div.body code.descname {
font-size: 120%; font-size: 120%;
} }
div.body tt.xref, div.body a tt { div.body tt.xref, div.body a tt, div.body code.xref, div.body a code {
font-weight: normal; font-weight: normal;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment