zsh-workers
 help / color / mirror / code / Atom feed
* CSS for Zsh website?
@ 2022-03-02 13:08 David Wales
  2022-03-02 14:26 ` Peter Stephenson
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: David Wales @ 2022-03-02 13:08 UTC (permalink / raw)
  To: zsh-workers


[-- Attachment #1.1: Type: text/plain, Size: 884 bytes --]

Hi Zsh web maintainers,

Apologies if this has been raised before.
I did a quick search of the mailing list archives but couldn't see 
anything directly relevant.

I noticed that the Zsh website and user guide don't have any CSS.
I've come up with a minimal bit of CSS which makes a big difference, 
especially for the user guide:

body {
     margin: auto;
     max-width: 80ch;
     font-family: Arial, sans-serif;
     padding: 5px;
}

pre {
     overflow: auto;
}

I think this makes the user guide look much more modern and readable.
I've set my browser to auto-inject it on the Zsh pages, but thought I 
should share it in case there's interest to include it the website.

Is there a preference for no CSS?
Or is this something the Zsh web maintainers would consider including, 
especially for the user guide?

Regards,
David Wales

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

end of thread, other threads:[~2022-03-10 23:27 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 13:08 CSS for Zsh website? David Wales
2022-03-02 14:26 ` Peter Stephenson
2022-03-03 11:19 ` Daniel Shahaf
2022-03-03 22:15   ` David Wales
2022-03-04 13:12     ` Daniel Shahaf
2022-03-05  8:47       ` David Wales
2022-03-10 15:37         ` Vincent Lefevre
2022-03-10 16:23           ` Vin Shelton
2022-03-10 16:31             ` Peter Stephenson
2022-03-10 17:17               ` Clinton Bunch
2022-03-10 21:12                 ` Lawrence Velázquez
2022-03-10 21:30                   ` Clinton Bunch
2022-03-10 21:39                     ` Bart Schaefer
2022-03-10 22:43                     ` Vin Shelton
2022-03-10 23:26                     ` Lawrence Velázquez
2022-03-10 19:20               ` Vin Shelton
2022-03-03 23:27   ` Lawrence Velázquez
2022-03-03 22:37 ` Axel Beckert
2022-03-03 23:23   ` Lawrence Velázquez
2022-03-04  0:12     ` Bart Schaefer
2022-03-04  2:44       ` Lawrence Velázquez
2022-03-04 13:26         ` Daniel Shahaf
2022-03-05  6:34           ` Lawrence Velázquez

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).