Skip to content

Commit 44cf321

Browse files
committed
Merge pull request #365 from tseaver/84-float_viewcode_backlinks_right
Fix #84. Float backlink right in source view.
2 parents 3d6ffa1 + 3e3182b commit 44cf321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ body.docs h2, body.docs h3, body.docs h4, body.docs h5, body.docs h6 {
8484
padding-top: 1em;
8585
}
8686

87-
.viewcode-link {
87+
.viewcode-link, .viewcode-back {
8888
float: right;
8989
}
9090

0 commit comments

Comments
 (0)