mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge pull request #181 from danez/sphinx-1.3-tt-to-code
Fix rtd theme for sphinx 1.3
This commit is contained in:
commit
bb9903815d
|
@ -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
Loading…
Reference in New Issue
Block a user