From 4821f231a00dc93c42fb437359ea657c59c63053 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 27 Jan 2022 22:45:08 -0500 Subject: Add full documentation links to help pages --- docs/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 8d4222b5..15cf4031 100644 --- a/docs/style.css +++ b/docs/style.css @@ -24,6 +24,10 @@ h1, h2, h3, h4 { a:link.header, a:visited.header { text-decoration:none; color:inherit; } +a.fulldoc { + float: right; + margin-top: -2.7em; +} .header { position:relative; } .header:before { position: absolute; -- cgit v1.2.3