emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/racket-mode 86f620c225: CSS: Don't hide h1.top


From: ELPA Syncer
Subject: [nongnu] elpa/racket-mode 86f620c225: CSS: Don't hide h1.top
Date: Sun, 22 Sep 2024 10:00:38 -0400 (EDT)

branch: elpa/racket-mode
commit 86f620c2252388fac6074b193746e3885eb43e96
Author: Greg Hendershott <git@greghendershott.com>
Commit: Greg Hendershott <git@greghendershott.com>

    CSS: Don't hide h1.top
---
 doc/racket-mode.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/racket-mode.css b/doc/racket-mode.css
index d262387dd3..26d4dc622f 100644
--- a/doc/racket-mode.css
+++ b/doc/racket-mode.css
@@ -15,6 +15,9 @@ h1 {
     font-size: 3em;
     color: #666
 }
+h1.top {
+    margin-top: 0;
+}
 h2, h4.footnotes-heading {
     font-size: 3em;
     color: #666;
@@ -90,6 +93,3 @@ hr {
 h2.contents-heading {
     display: none;
 }
-h1.top {
-    display: none;
-}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]