Fix lingering tt -> code sphinx 1.3 changes, refs #175

Addresses tt -> code changes in nav and references. Bumps requirements to sphinx
1.3, thought that might not be necessary.
This commit is contained in:
Anthony Johnson 2015-04-22 17:27:29 -07:00
parent e1fd710530
commit c4c681bc0e
5 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
sphinx>=1.1
sphinx>=1.3

View File

@ -52,6 +52,12 @@
padding: $gutter / 4 $gutter * 1.5
&:hover
background: darken($section-background-color, 15%)
code
border: none
background: inherit
color: inherit
padding-left: 0
padding-right: 0
// On state for the first level
li.on a, li.current > a
color: $text-color

View File

@ -196,7 +196,7 @@
.xref, a &
font-weight: bold
// If the literal is inside an a tag, let's color it like a link
a tt
a tt, a code
color: $link-color
dl
margin-bottom: $base-line-height

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long