diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
| commit | 4821f231a00dc93c42fb437359ea657c59c63053 (patch) | |
| tree | 25727092b7b46d3491188c441ca536d9148772dd /docs/style.css | |
| parent | 7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff) | |
Add full documentation links to help pages
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
