From 30e7a7fef0f0ac8394b48727269cfec640df538b Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 27 Jun 2016 09:56:48 +0200 Subject: [PATCH] Add style for self-link --- static/haddock/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/haddock/style.css b/static/haddock/style.css index ec24f8b..574e75f 100644 --- a/static/haddock/style.css +++ b/static/haddock/style.css @@ -384,3 +384,5 @@ h4.collapser { font-size: 15px; font-weight: bold } } .doc.empty { display: none; } + +a.selflink { float right; padding-right: 0.5em }