Fix rtd theme for sphinx 1.3

This commit is contained in:
Daniel Tschinder 2015-03-27 00:49:22 +01:00
parent cb3c08a7fd
commit 64cfb22edf
3 changed files with 5 additions and 5 deletions

View File

@ -186,7 +186,7 @@
padding-left: 0 padding-left: 0
// These are the "literals" that get spit out when you mark stuff as ``code`` as your write. // These are the "literals" that get spit out when you mark stuff as ``code`` as your write.
tt tt, code
@extend code @extend code
color: $black color: $black
display: inline-block display: inline-block
@ -245,7 +245,7 @@
dt:first-child dt:first-child
margin-top: 0 margin-top: 0
// Since dts get the callout style, we treat this less as callouts. // Since dts get the callout style, we treat this less as callouts.
tt tt, code
font-weight: bold font-weight: bold
&.descname, &.descclassname &.descname, &.descclassname
background-color: transparent background-color: transparent

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long