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 Fabrice Niessen
parent b1f262c53a
commit ceeb696451
1 changed files with 5 additions and 0 deletions

View File

@ -1132,3 +1132,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;
}