Skip to content

Commit

Permalink
Merge pull request #3392 from Carreau/fix-anchor
Browse files Browse the repository at this point in the history
Restore anchor link on h2-h6
  • Loading branch information
minrk committed Jun 2, 2013
2 parents 3a35399 + 57bc51a commit 32d2a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ a.anchor-link:link {
visibility: hidden;
}

h1:hover .anchor-link {
visibility: visible;
}
h1,h2,h3,h4,h5,h6 {
&:hover .anchor-link {
visibility: visible;
}
}
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/static/style/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32d2a7a

Please sign in to comment.