From ceeb696451a4decd05647dea9f86e4678dd93ada Mon Sep 17 00:00:00 2001 From: Thomas Freeman Date: Thu, 21 Jul 2022 13:14:29 -0400 Subject: [PATCH] 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. --- src/readtheorg_theme/css/readtheorg.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/readtheorg_theme/css/readtheorg.css b/src/readtheorg_theme/css/readtheorg.css index 12d9734..8d8896a 100644 --- a/src/readtheorg_theme/css/readtheorg.css +++ b/src/readtheorg_theme/css/readtheorg.css @@ -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; +}