From 3e3182b7fa36c464ca8cef37e68e7e079f8a1bf4 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Nov 2014 12:09:00 -0500 Subject: [PATCH] Float backlink right in source view. Fixes #84. --- docs/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 83cbe0d3d9b3..3af5134888e1 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -84,7 +84,7 @@ body.docs h2, body.docs h3, body.docs h4, body.docs h5, body.docs h6 { padding-top: 1em; } -.viewcode-link { +.viewcode-link, .viewcode-back { float: right; }