Prevent "UP | HOME" links from being hidden by TOC

Aligning the links for page up and home to the right side of the page prevents them from being hidden by the table of contents.
This commit is contained in:
Thomas Freeman 2022-07-21 13:14:29 -04:00 committed by GitHub
parent 5f74b7668f
commit 5e8561b0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1135,3 +1135,8 @@ h2.footnotes{
padding: 9px 12px;
margin-bottom: 24px;
font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif}
#org-div-home-and-up {
text-align: right;
padding-right: 10pt;
}