Merge pull request #181 from danez/sphinx-1.3-tt-to-code

Fix rtd theme for sphinx 1.3
This commit is contained in:
Eric Holscher 2015-03-30 09:10:53 -07:00
commit bb9903815d
3 changed files with 5 additions and 5 deletions

View File

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