Skip to content

Commit

Permalink
Fix lingering tt -> code sphinx 1.3 changes, refs #175
Browse files Browse the repository at this point in the history
Addresses tt -> code changes in nav and references. Bumps requirements to sphinx
1.3, thought that might not be necessary.
  • Loading branch information
agjohnson committed Apr 23, 2015
1 parent e1fd710 commit c4c681b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx>=1.1
sphinx>=1.3
6 changes: 6 additions & 0 deletions sass/_theme_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sass/_theme_rst.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx_rtd_theme/static/css/theme.css.map

Large diffs are not rendered by default.

0 comments on commit c4c681b

Please sign in to comment.