all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Online HTML manuals for Emacs missing important CSS
@ 2023-04-02 13:10 Gavin Smith
  2023-04-02 18:01 ` Yuri Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Gavin Smith @ 2023-04-02 13:10 UTC (permalink / raw)
  To: help-gnu-emacs

See for example:

https://www.gnu.org/software/emacs/manual/html_node/emacs/Misc-X.html#index-_002d_002dbasic_002ddisplay.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Choosing-Window-Options.html

There are ¶ (pilcrow) symbols visible indicating copiable links.

texi2any outputs CSS rules to hide these unless the users moves their
mouse pointer over the text:

a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
span:hover a.copiable-link {visibility: visible}

However, these rules are missing.  Presumably they are removed when
the Emacs manuals are built for the web.

Could I suggest that either these CSS rules not be removed, or that
they be included in the "manual.css" file referenced by these pages?





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-03  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 13:10 Online HTML manuals for Emacs missing important CSS Gavin Smith
2023-04-02 18:01 ` Yuri Khan
2023-04-02 19:22   ` Gavin Smith
2023-04-03  9:10     ` Arsen Arsenović

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.